Skip to content

Commit

Permalink
Add kaltura player types
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Feb 17, 2021
1 parent 994820e commit b1e1053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/kaltura.d.ts
@@ -0,0 +1,5 @@
import BaseReactPlayer, { BaseReactPlayerProps } from './base'

export interface KalturaPlayerProps extends BaseReactPlayerProps {}

export default class KalturaPlayer extends BaseReactPlayer<KalturaPlayerProps> {}

0 comments on commit b1e1053

Please sign in to comment.