Skip to content

Instantly share code, notes, and snippets.

@joeflateau
Created July 21, 2019 01:57
Show Gist options
  • Save joeflateau/e5c31cbe7dcb39bac3190f88830c4206 to your computer and use it in GitHub Desktop.
Save joeflateau/e5c31cbe7dcb39bac3190f88830c4206 to your computer and use it in GitHub Desktop.
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