UNPKG

jwf-year-calendar

Version:

A full react version of Paul-DS' js-year-calendar, https://github.com/year-calendar/js-year-calendar. Built with support from JWF Process Solutions Ltd.

18 lines (17 loc) 404 B
import React from 'react'; declare const hideContextMenu: (e: MouseEvent, contextMenu: { visible: boolean; x: number; y: number; day: number; month: number; year: number; }, setContextMenu: React.Dispatch<React.SetStateAction<{ visible: boolean; x: number; y: number; day: number; month: number; year: number; }>>) => void; export default hideContextMenu;