UNPKG

chat-frontend-library

Version:

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

7 lines (6 loc) 281 B
import { FC } from "react"; interface ContextMenuDisableNotificationsTimerProps { handleShowMenuNotifications: () => void; } declare const ContextMenuDisableNotificationsTimer: FC<ContextMenuDisableNotificationsTimerProps>; export default ContextMenuDisableNotificationsTimer;