UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

6 lines (5 loc) 148 B
import { FC } from "react"; interface AttachFileIconProps { } declare const AttachFileIcon: FC<AttachFileIconProps>; export default AttachFileIcon;