Files
_hublib-web/dist/react/video-player/components/video-js/plugins/big-play-pause-button/index.d.ts
2026-02-27 09:50:13 +03:00

4 lines
188 B
TypeScript

import Player from "video.js/dist/types/player";
declare function bigPlayPauseButtonPlugin(this: Player): void;
export default bigPlayPauseButtonPlugin;
//# sourceMappingURL=index.d.ts.map