lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
11 lines • 503 B
TypeScript
type SlideInStyle = "bottom" | "center" | "top" | "left" | "right" | "fade" | "slide-up-fade-out" | "slide-left-fade-out";
interface VideoModalProps {
sourceUrl: string;
previewImage: string;
previewAlt?: string;
transition?: SlideInStyle;
containerClass?: string;
}
export declare function VideoModal({ sourceUrl, previewImage, previewAlt, transition, containerClass, }: VideoModalProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=video-modal.d.ts.map