UNPKG

playable

Version:

Video player based on HTML5Video

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