import { BackgroundVideo, BackgroundVideoProps } from "../../media/background-video/media.js"; import "../../media/background-video/index.js"; import { BackgroundVideoSkin, BackgroundVideoSkinProps } from "./skin.js"; import { backgroundFeatures } from "@videojs/core/dom"; export { BackgroundVideo, type BackgroundVideoProps, BackgroundVideoSkin, BackgroundVideoSkinProps, backgroundFeatures };