UNPKG

@extscreen/es3-player

Version:

Vue-Next binding for ES native framework

9 lines (8 loc) 226 B
import { ESPlayerState } from "./ESPlayerState"; export interface ESPlayerStatus { playerState: ESPlayerState; playerWidth?: number; playerHeight?: number; playerClickable?: boolean; [prop: string]: any; }