UNPKG

react-weekly-table

Version:

React weekly scheduler <br/> By default build time ranges for a week, supports up to 31 days <br/> Can work with different timezones, data always return to UTC+0

13 lines (12 loc) 335 B
import { FC } from 'react'; import { PopupProps } from '../common'; /** * Popup provider context hook * @returns [PopupProps]{@link PopupProps} */ export declare const usePopup: () => PopupProps; /** * Popup provider, operates most timeblock actions */ declare const PopupProvider: FC; export default PopupProvider;