UNPKG

react-cron-generator

Version:
10 lines (9 loc) 286 B
import { FunctionComponent } from 'react'; interface MonthlyCronProp { onChange(e?: string[]): void; value: string[]; translate(e: string): string; disabled?: boolean; } declare const MonthlyCron: FunctionComponent<MonthlyCronProp>; export default MonthlyCron;