Files
_hublib-web/dist/react/video-player/components/video-js/plugins/big-play-pause-button/index.d.ts

4 lines
188 B
TypeScript
Raw Normal View History

2026-02-27 09:50:13 +03:00
import Player from "video.js/dist/types/player";
declare function bigPlayPauseButtonPlugin(this: Player): void;
export default bigPlayPauseButtonPlugin;
//# sourceMappingURL=index.d.ts.map