UNPKG

@zener/nepali-datepicker-react

Version:

Nepali Datepicker React is a lightweight, highly customizable, and feature-rich datepicker component, specifically designed for handling Nepali dates in React.js applications. It offers seamless integration, intuitive user experience, and extensive config

4 lines (3 loc) 371 B
import { DateTypeMap, IMenu } from './types'; declare const Menu: <T extends keyof DateTypeMap | undefined = "BS">({ type, show, bounds, portalRef, today, onChange, selectedDate, lang, menuContainerClassName, calendarClassName, portalClassName, components, converterMode, animation, max, min, }: IMenu<T>) => import("react/jsx-runtime").JSX.Element; export default Menu;