UNPKG

react-js-cron-nextui

Version:

A React cron editor with nextui inspired by jqCron

4 lines (3 loc) 149 B
import { ShortcutsValues, Unit } from './types'; export declare const SUPPORTED_SHORTCUTS: ShortcutsValues[]; export declare const UNITS: Unit[];