4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
|
|
import Player from "video.js/dist/types/player";
|
||
|
|
declare function bigPlayPauseButtonPlugin(this: Player): void;
|
||
|
|
export default bigPlayPauseButtonPlugin;
|
||
|
|
//# sourceMappingURL=big-play-pause-button.d.ts.map
|