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