UNPKG

botframework-webchat-component

Version:
10 lines 263 B
import { FC } from 'react'; type VimeoContentProps = { alt?: string; autoPlay?: boolean; embedID: string; loop?: boolean; }; declare const VimeoContent: FC<VimeoContentProps>; export default VimeoContent; //# sourceMappingURL=VimeoContent.d.ts.map