UNPKG

react-js-cron

Version:

A React cron editor with antd inspired by jqCron

6 lines (5 loc) 143 B
import Cron from './Cron'; import * as converter from './converter'; export * from './types'; export { Cron, converter }; export default Cron;