Rocky_Mountain_Vending/.pnpm-store/v10/files/51/b059298e993150fb0c00e5ca5f9cf9deb2c2e43a3b859dda39f5a2e2c38c44c5b02af33074795e83bc0cbd853891f8306a5a5fb682f9e9cc659145fa2d5e8a
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
No EOL
216 B
Text

import type { FieldPath, FieldValues } from '../types';
declare const _default: (object: FieldValues, path: FieldPath<FieldValues>, value?: unknown) => void;
export default _default;
//# sourceMappingURL=set.d.ts.map