UNPKG

@rato-guras-technology/nepali-date-picker

Version:
8 lines (7 loc) 430 B
import "./styles/styles.css"; import "./styles/range-styles.css"; export { NepaliDatePicker } from "./components/NepaliDatePicker"; export { NepaliDateRangePicker } from "./components/NepaliDateRangePicker"; export { NepaliDate } from "./utils/NepaliDate"; export type { DatePickerOptions, NepaliDateObject, GregorianDateObject } from "./types/types"; export type { DateRange, DateRangePickerOptions } from "./types/range-types";