Fix native import on web

This commit is contained in:
Zoe Roux
2024-07-16 12:27:11 +07:00
parent 8542c8f7d1
commit 2b369df57d
2 changed files with 2 additions and 1 deletions

View File

@@ -8,4 +8,3 @@ export {default as TextTrackType} from './TextTrackType';
export {default as ViewType} from './ViewType';
export * from './video';
export * from './video-ref';
export * from '../specs/VideoNativeComponent';