UNPKG

@ngx-telly/plugin-captions

Version:

Telly - Caption picker plugin

8 lines (7 loc) 160 B
export interface Caption { id: number | string; name: string; callback: () => void; language?: string; details?: Record<string, unknown>; }