Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/6efa7d059e144879fee1235de508c3a3586ae02788fbdf7d419b4b632a38608535b8ff2cda7d29d4306be746b15872c236a7f6aa6abd56caf22c11afd2ab9a
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

4 lines
269 B
Text

import type { ResolvedMetadata } from '../types/metadata-interface';
export declare function IconsMetadata({ icons }: {
icons: ResolvedMetadata['icons'];
}): NonNullable<import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[]>[] | null;