Files

5 lines
395 B
TypeScript

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