Files
avz-site/node_modules/react-day-picker/dist/esm/utc.d.ts
T
2026-05-30 19:59:39 -03:00

10 lines
444 B
TypeScript

import React from "react";
import { type DayPickerProps } from "./index.js";
/**
* @deprecated Use the `timeZone` prop instead of this function. This function
* wraps the DayPicker component and sets the `timeZone` to "utc".
* @param props - The props to pass to the DayPicker component.
* @returns The DayPicker component with the `timeZone` set to "utc".
*/
export declare function DayPicker(props: DayPickerProps): React.JSX.Element;