chat-frontend-library
Version:
``` npm install chat-frontend-library --save ```
8 lines (7 loc) • 305 B
TypeScript
import { FC } from "react";
interface ContextMenuDisableNotificationsProps {
handleShowDefaultMenu: () => void;
handleShowMenuNotificationsTimer: () => void;
}
declare const ContextMenuDisableNotifications: FC<ContextMenuDisableNotificationsProps>;
export default ContextMenuDisableNotifications;