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)

11 lines (7 loc) 250 B
import Cron from './Cron' export * from './types' // Support "import { Cron } from 'react-js-cron'" // Support "import { Cron as ReactJSCron } from 'react-js-cron'" export { Cron } // Support "import Cron from 'react-js-cron'" export default Cron