@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) • 455 B
TypeScript
import { DateTypeMap, INepaliDatePicker } from './types';
declare const NepaliDatePicker: <T extends keyof DateTypeMap | undefined = "BS">({ type, open, disabled, placeholder, onChange, className, value, lang, menuContainerClassName, calendarClassName, portalClassName, components, prefix, suffix, showclear, converterMode, animation, format, max, min, }: INepaliDatePicker<T>) => import("react/jsx-runtime").JSX.Element;
export default NepaliDatePicker;