UNPKG

botframework-webchat-component

Version:
12 lines 497 B
import React from 'react'; type Props = Readonly<{ identifier?: string; text?: string; badgeName?: string; badgeTitle?: string; url?: string; onClick?: (event: Pick<CustomEvent, 'defaultPrevented' | 'preventDefault' | 'type'>) => void; }>; declare const LinkDefinitionItem: React.MemoExoticComponent<({ badgeName, badgeTitle, identifier, onClick, text, url }: Props) => React.JSX.Element>; export default LinkDefinitionItem; //# sourceMappingURL=LinkDefinitionItem.d.ts.map