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) 90 B
import Cron from './Cron'; export * from './types'; export { Cron }; export default Cron;