UNPKG

botframework-webchat-component

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