UNPKG

@hirebus/academy

Version:

React component library for academy and learning platforms

7 lines (6 loc) 201 B
interface VideoPlayerProps { videoUrl?: string; title: string; } export declare function VideoPlayer({ videoUrl, title }: VideoPlayerProps): import("react/jsx-runtime").JSX.Element; export {};