Files

7 lines
340 B
TypeScript

import { BaseSkinProps } from "../types.js";
//#region src/presets/background/skin.d.ts
type BackgroundVideoSkinProps = BaseSkinProps;
declare function BackgroundVideoSkin(props: BackgroundVideoSkinProps): import("react").JSX.Element;
//#endregion
export { BackgroundVideoSkin, BackgroundVideoSkinProps };
//# sourceMappingURL=skin.d.ts.map