diff --git a/src/index.ts b/src/index.ts index 575ac839..fc88496d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,4 +2,5 @@ import Video from './Video'; export {VideoDecoderProperties} from './VideoDecoderProperties'; export * from './types'; export type {VideoRef} from './Video'; +export {Video}; export default Video;