UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 245 B
export type MessageVideoProps = { src: string; isLoading?: boolean; checkAlive?: () => Promise<boolean>; refreshSrc?: () => void; downloadVideo?: () => void; }; export declare const MessageVideo: React.FC<MessageVideoProps>;