UNPKG

ngx-video-timeline

Version:
13 lines (12 loc) 260 B
export interface CanvasPos { posX: number; posY: number; } export interface VideoCellStyleType { background: string; } export interface VideoCellType { beginTime: number | string; endTime: number | string; style?: VideoCellStyleType; }