@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
29 lines (28 loc) • 1.04 kB
TypeScript
import '../css/index.scss';
import NepaliDate from '@zener/nepali-date';
import NepaliDatePicker from './nepali-date-picker';
export type { INepaliDatePicker, IComponents, IDatePickerType, ILang, ISuffixRender, } from './types';
export { NepaliDate };
export declare const AD_MONTH: string[], AD_MONTH_FULL: string[], AD_MONTH_NEPALI: string[], ENGLISH_NEPALI_MONTH: string[], ENGLISH_WEEK: string[], ENGLISH_WEEK_FULL: string[], lowerADDate: number, NEPALI_DIGITS: {
'0': string;
'1': string;
'2': string;
'3': string;
'4': string;
'5': string;
'6': string;
'7': string;
'8': string;
'9': string;
}, NEPALI_MONTH: string[], NEPALI_TODAY: string, NEPALI_WEEK: string[], NEPALI_WEEK_FULL: string[], startDateBS: number, toAD: (date: string) => {
toString: () => string;
year: number;
month: number;
date: number;
}, toBS: (date: string) => {
toString: () => string;
year: number;
month: number;
date: number;
}, yearMonthDays: number[][];
export default NepaliDatePicker;