UNPKG

chat-frontend-library

Version:

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

6 lines (5 loc) 128 B
import { FC } from "react"; interface BlockIconProps { } declare const BlockIcon: FC<BlockIconProps>; export default BlockIcon;