UNPKG

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