UNPKG

playable

Version:

Video player based on HTML5Video

8 lines (5 loc) 158 B
import { IEngineDebugInfo } from '../../types'; interface IChromecastDebugInfo extends IEngineDebugInfo { src: string; } export { IChromecastDebugInfo };