UNPKG

botframework-webchat-component

Version:
8 lines 308 B
import React from 'react'; type Props = Readonly<{ headerText?: string; markdown: string; }>; declare const CitationModalContent: React.MemoExoticComponent<({ headerText, markdown }: Props) => React.JSX.Element>; export default CitationModalContent; //# sourceMappingURL=CitationModalContent.d.ts.map