UNPKG

chat-frontend-library

Version:

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

6 lines (5 loc) 174 B
import { FC, PropsWithChildren } from "react"; interface LeftSectionProps { } declare const LeftSection: FC<PropsWithChildren<LeftSectionProps>>; export default LeftSection;