import type { Html5VideoState } from './../types/state'; export const defaultHtml5VideoState: Html5VideoState = { url: '', };