UNPKG

@aldabil/react-scheduler

Version:

React scheduler component based on Material-UI & date-fns

4 lines (3 loc) 148 B
export type View = "month" | "week" | "day"; declare const Navigation: () => import("react/jsx-runtime").JSX.Element | null; export { Navigation };