UNPKG

botframework-webchat-component

Version:
11 lines 280 B
import { FC } from 'react'; type VideoContentProps = { alt?: string; autoPlay?: boolean; loop?: boolean; poster?: string; src: string; }; declare const VideoContent: FC<VideoContentProps>; export default VideoContent; //# sourceMappingURL=VideoContent.d.ts.map