mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
3 lines
745 B
TypeScript
3 lines
745 B
TypeScript
import { BackgroundVideoEngineConfig, BackgroundVideoEngineContext, BackgroundVideoEngineSignals, BackgroundVideoEngineState, createBackgroundVideoEngine } from "./playback/engines/background-video/engine.js";
|
|
import { BackgroundVideoMediaAPI, BackgroundVideoMediaElement, BackgroundVideoMediaMixin, BackgroundVideoMediaProps, backgroundVideoMediaDefaultProps } from "./playback/engines/background-video/adapter.js";
|
|
export { type BackgroundVideoEngineConfig, type BackgroundVideoEngineContext, type BackgroundVideoEngineSignals, type BackgroundVideoEngineState, type BackgroundVideoMediaAPI, BackgroundVideoMediaElement, BackgroundVideoMediaMixin, type BackgroundVideoMediaProps, backgroundVideoMediaDefaultProps, createBackgroundVideoEngine }; |