chore: Монорепо с общими пакетами

This commit is contained in:
2026-03-04 16:31:57 +03:00
parent 8f2c799235
commit 915c56351b
420 changed files with 13403 additions and 7071 deletions

View File

@@ -0,0 +1,4 @@
export { isHlsSource, selectPlaybackEngine, type EngineSelectionInput, type EngineStrategy, type PlaybackEngine, } from "./engine-selector";
export { resolveVideoPlayerToken, setVideoPlayerTokenProvider, type VideoPlayerToken, type VideoPlayerTokenProvider, } from "./token-provider";
export { VideoPlayerRuntime, type VideoPlayerRuntimeEventMap, type VideoPlayerRuntimeInitOptions, type VideoPlayerRuntimePlayer, type VideoPlayerRuntimePreload, type VideoPlayerRuntimeSource, type VideoPlayerRuntimeState, type VideoPlayerRuntimeUnsubscribe, type VideoPlayerRuntimeUpdateOptions, } from "./player-runtime";
//# sourceMappingURL=index.d.ts.map