UNPKG

react-day-picker

Version:

Customizable Date Picker for React

7 lines 300 B
import React from "react"; import * as jalaliDateLib from "date-fns-jalali"; import { DayPicker as DayPickerComponent } from "./index.js"; export function DayPicker(props) { return React.createElement(DayPickerComponent, { dateLib: jalaliDateLib, ...props }); } //# sourceMappingURL=jalali.js.map