UNPKG

chat-frontend-library

Version:

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

8 lines (7 loc) 305 B
import { FC } from "react"; interface ContextMenuDisableNotificationsProps { handleShowDefaultMenu: () => void; handleShowMenuNotificationsTimer: () => void; } declare const ContextMenuDisableNotifications: FC<ContextMenuDisableNotificationsProps>; export default ContextMenuDisableNotifications;