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
6 lines (5 loc) • 353 B
TypeScript
import { BlockColorsProps, ScheduleGroup, SchedulerColumnsProps, SchedulerInputProps, schedulerColumns, schedulerRows } from './common';
import Scheduler from './providers/Scheduler';
export default Scheduler;
export { schedulerColumns, schedulerRows };
export type { SchedulerColumnsProps, SchedulerInputProps, ScheduleGroup, BlockColorsProps, };