File size: 128 Bytes
1e92f2d |
1 2 3 4 5 |
import type { Html5VideoState } from './../types/state';
export const defaultHtml5VideoState: Html5VideoState = {
url: '',
};
|
1e92f2d |
1 2 3 4 5 |
import type { Html5VideoState } from './../types/state';
export const defaultHtml5VideoState: Html5VideoState = {
url: '',
};
|