Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/7a7bf35b3faed023d215e2a92a0abb57e858ed00e6244defff7941e33ba046b723e0b2ea5d3dbaf6774c98829c36e1fe9cccde999d00a2b192137832d65c02
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

5 lines
137 B
Text

import type { Provider } from "@smithy/types";
/**
* @internal
*/
export declare const fromStatic: <T>(staticValue: T) => Provider<T>;