scrivly
Version:
A powerful, feature-rich rich text editor for React with TypeScript support
9 lines • 299 B
TypeScript
import type React from "react";
import type { VideoData } from "../types/editor";
interface VideoModalProps {
onInsertVideo: (videoData: VideoData) => void;
onClose: () => void;
}
export declare const VideoModal: React.FC<VideoModalProps>;
export {};
//# sourceMappingURL=VideoModal.d.ts.map