Rocky_Mountain_Vending/.pnpm-store/v10/files/31/59ac30cd03a6cbc62a3d82da2d24bb9df6ae2883cab6f5fda95761a773404407e85e3185172b1d948d2830014ff907740e88c53b490d7b2da6641b33934117
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

9 lines
444 B
Text

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;