@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
9 lines (8 loc) • 359 B
TypeScript
type Icn = (string | {
[key: string]: boolean;
} | undefined)[];
export declare const cn: (...props: Icn) => string;
export declare const engToNepaliNumber: (number: number | string) => string;
export declare const engToNepNumberFullDate: (date: string) => string;
export declare const groupArray: (array: any[], groupSize: number) => any[][];
export {};