UNPKG

react-js-cron-nextui

Version:

A React cron editor with nextui inspired by jqCron

4 lines (3 loc) 143 B
/// <reference types="react" /> import { MinutesProps } from '../types'; export default function Minutes(props: MinutesProps): JSX.Element;