UNPKG

botframework-webchat-component

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