UNPKG

chat-frontend-library

Version:

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

6 lines (5 loc) 140 B
import { FC } from "react"; interface ReadDoneIconProps { } declare const ReadDoneIcon: FC<ReadDoneIconProps>; export default ReadDoneIcon;