UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines 288 B
export type VideoPlayerProps = { isPlaying?: boolean; videoUrl?: string; thumbnailUrl?: string; }; export declare const VideoPlayer: ({ isPlaying, thumbnailUrl, videoUrl }: VideoPlayerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VideoPlayer.d.ts.map