UNPKG

@levashovn/react-js-cron-mui5

Version:

A React cron editor with Mui5 a forked repo from Xavier Rutayisire (https://github.com/xrutayisire/react-js-cron)

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