UNPKG

material-ui-cron

Version:
4 lines (3 loc) 149 B
/// <reference types="react" /> import { SchedulerProps } from './types'; export default function SchedulerRoot(props: SchedulerProps): JSX.Element;