@brightsoftware/date-np
Version:
Simple & minimal Nepali date picker that just works.
10 lines (9 loc) • 621 B
TypeScript
export { default as RangePicker } from "./range-picker";
export { RangePickerProvider, useRangePicker } from "./hooks/useRangePicker";
export { default as RangePickerInput } from "./Components/range-picker-input";
export { default as RangePickerHeader } from "./Components/range-picker-header";
export { default as RangePickerBody } from "./Components/range-picker-body";
export { default as RangeDay } from "./Components/range-day";
export { default as RangeMonth } from "./Components/range-month";
export { default as RangeYear } from "./Components/range-year";
export type { tRangePickerProps } from "./range-picker";