mirax-player
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
// mirax-player.d.ts | ||
/* declare module 'mirax-player' { | ||
type VideoPlayerFunction = (video: any) => void; | ||
const miraxplayer: VideoPlayerFunction; | ||
export = miraxplayer; | ||
} | ||
*/ | ||
declare module 'mirax-player' { | ||
type VideoPlayerFunction = (video: any, options?: any) => void; | ||
type VideoPlayerFunction = (videoClip: any, playerTheme: any, progressTheme: any) => void; | ||
export const miraxplayer: VideoPlayerFunction; | ||
@@ -17,6 +11,6 @@ } | ||
declare module 'mirax-player' { | ||
type VideoPlayerError = (video: any) => void; | ||
export const miraxErrorHandler: VideoPlayerError; | ||
type VideoPlayerErrorHandler = (videoClip: any) => void; | ||
export const miraxErrorHandler: VideoPlayerErrorHandler; | ||
} |
{ | ||
"name": "mirax-player", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "Mirax Player is a video player that is compatible with TypeScript and JavaScript for React, Vue, Angular and Svelte.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39468
9
719