UNPKG

playable

Version:

Video player based on HTML5Video

9 lines (8 loc) 227 B
interface IScriptAttributes { async: boolean; crossOrigin: string | null; text: string; type: string; } declare const injectScript: (src: string, props?: IScriptAttributes) => void; export default injectScript;