- import React from "react";
- export interface IVideoSceneContext {
- /**
- * 播放中,如果设置则 pluginAttrs.pausedonstart 失效
- * @default true
- */
- playing: boolean;
- }
- export declare const VideoSceneContext: React.Context<IVideoSceneContext>;
- //# sourceMappingURL=VideoSceneContext.d.ts.map
|