UNPKG

chat-frontend-library

Version:

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

10 lines (9 loc) 282 B
import { FC } from "react"; interface ContextMenuActiveChatUserProps { top: number; left: number; chatID: string; cbHandleCloseMenu: () => void; } declare const ContextMenuActiveChatUser: FC<ContextMenuActiveChatUserProps>; export default ContextMenuActiveChatUser;