Created
July 21, 2019 01:57
-
-
Save joeflateau/e5c31cbe7dcb39bac3190f88830c4206 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module 'video.js' { | |
namespace videojs { | |
interface Player { | |
ima(options: any): this; | |
} | |
} | |
export default videojs; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment