Files
v10/dist/dev/background-video.d.ts
T

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 };