UNPKG

react-cron-generator

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