UNPKG

chat-frontend-library

Version:

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

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