Files
v10/packages/react/src/presets/background/index.ts
T
2026-04-14 17:19:01 -05:00

5 lines
229 B
TypeScript

/** Ambient background video preset with no user controls. */
export { backgroundFeatures } from '@videojs/core/dom';
export { BackgroundVideo, type BackgroundVideoProps } from '@/media/background-video';
export * from './skin';