UNPKG

react-js-cron-mantine

Version:

Fork of [react-js-cron](https://github.com/xrutayisire/react-js-cron), made to work with [mantine](https://mantine.dev)

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