botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 308 B
TypeScript
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