UNPKG

react-js-cron

Version:

A React cron editor with antd inspired by jqCron

4 lines (3 loc) 153 B
/// <reference types="react" /> import { MonthDaysProps } from '../types'; export default function MonthDays(props: MonthDaysProps): JSX.Element | null;