UNPKG

chat-frontend-library

Version:

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

7 lines (6 loc) 180 B
import { FC } from "react"; import "./ActiveContacts.scss"; interface ActiveContactsProps { } declare const ActiveContacts: FC<ActiveContactsProps>; export default ActiveContacts;