UNPKG

botframework-webchat-component

Version:
7 lines 220 B
import React from 'react'; type Props = Readonly<{ value: string; }>; declare const Badge: React.MemoExoticComponent<({ value }: Props) => React.JSX.Element>; export default Badge; //# sourceMappingURL=Badge.d.ts.map