mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
5 lines
395 B
TypeScript
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 }; |