UNPKG

@bigbinary/neeto-datepicker

Version:
4 lines (3 loc) 210 B
import * as React from 'react'; import type { SharedPanelProps } from '../../interface'; export default function MonthPanel<DateType extends object = any>(props: SharedPanelProps<DateType>): React.JSX.Element;