1 2 3 4 5 6
export type VideoViewEvent = 'seek' export interface VideoView { currentTime: number viewEvent?: VideoViewEvent }