UNPKG

botframework-webchat-component

Version:
7 lines 225 B
import React from 'react'; type Props = Readonly<{ checked: boolean; }>; declare const AttachmentIcon: ({ checked }: Props) => React.JSX.Element; export default AttachmentIcon; //# sourceMappingURL=AttachmentIcon.d.ts.map