export interface VideoViewerEvents { "notify_show": {}, "notify_value": { value: number }, "notify_data_url": { url: string } }