UNPKG

playable

Version:

Video player based on HTML5Video

7 lines (6 loc) 133 B
interface IChromecastManager { isCasting: boolean; isEnabled: boolean; destroy(): void; } export { IChromecastManager };