WIP: test #8

Draft
loewy wants to merge 61 commits from async-queue-shaka into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2b369df57d - Show all commits

View File

@@ -20,6 +20,8 @@ import type {
OnVolumeChangeData, OnVolumeChangeData,
} from '../specs/VideoNativeComponent'; } from '../specs/VideoNativeComponent';
export type * from '../specs/VideoNativeComponent';
export type AudioTrack = OnAudioTracksData['audioTracks'][number]; export type AudioTrack = OnAudioTracksData['audioTracks'][number];
export type TextTrack = OnTextTracksData['textTracks'][number]; export type TextTrack = OnTextTracksData['textTracks'][number];
export type VideoTrack = OnVideoTracksData['videoTracks'][number]; export type VideoTrack = OnVideoTracksData['videoTracks'][number];

View File

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