1 | import React from "react";
|
2 | import * as jalaliDateLib from "date-fns-jalali";
|
3 | import { DayPicker as DayPickerComponent } from "./index.js";
|
4 | export function DayPicker(props) {
|
5 | return React.createElement(DayPickerComponent, { dateLib: jalaliDateLib, ...props });
|
6 | }
|
7 | //# sourceMappingURL=jalali.js.map |
\ | No newline at end of file |