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) 342 B
import { FC } from 'react'; import { CanvasProps } from '../common'; /** * Drawer provider context hook * @returns [CanvasProps]{@link CanvasProps} */ export declare const useCanvas: () => CanvasProps; /** * Drawing provider, used for timeblocks creation */ declare const CanvasProvider: FC; export default CanvasProvider;