Rocky_Mountain_Vending/.pnpm-store/v10/files/dd/f005f9fe825df8eb74c4c505cfafc4c00a1d6823b0774802326520821f4fd038f3656266ec27357673d901464a052c2b67f4ae30273a35dd4a0de45699507f
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
305 B
Text

import React from "react";
import { DropdownProps } from "./Dropdown.js";
/**
* Render a dropdown to navigate between years in the calendar.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export declare function YearsDropdown(props: DropdownProps): React.JSX.Element;