4 lines
188 B
TypeScript
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
|