UNPKG

react-js-cron-mui

Version:

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

4 lines (3 loc) 154 B
import React from 'react'; import { MonthDaysProps } from '../types'; export default function MonthDays(props: MonthDaysProps): React.JSX.Element | null;