UNPKG

botframework-webchat-component

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