UNPKG

react-js-cron-nextui

Version:

A React cron editor with nextui inspired by jqCron

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