UNPKG

chat-frontend-library

Version:

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

6 lines (5 loc) 144 B
import { FC } from "react"; interface ArrowLeftIconProps { } declare const ArrowLeftIcon: FC<ArrowLeftIconProps>; export default ArrowLeftIcon;