/** 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';