UNPKG

@brightsoftware/date-np

Version:

Simple & minimal Nepali date picker that just works.

24 lines (23 loc) 534 B
type tpickerHeaderProps = { /** * arrowicon */ arrowIcon?: { arrowIconLeft: React.ReactNode; arrowIconRight: React.ReactNode; }; /** * year label class */ yearLabel?: string; /** * month label class */ monthLabel?: string; /** * lock locale */ lockLocale?: boolean; }; declare const PickerHeader: ({ monthLabel, yearLabel, arrowIcon, lockLocale, }: tpickerHeaderProps) => import("react/jsx-runtime").JSX.Element; export default PickerHeader;