UNPKG

react-js-cron-mui

Version:

A React cron editor with Material UI a forked repo from Xavier Rutayisire (https://github.com/xrutayisire/react-js-cron)

5 lines (4 loc) 182 B
import React from 'react'; import { PeriodProps } from '../types'; export declare const ALL_PERIODS: string[]; export default function Period(props: PeriodProps): React.JSX.Element;