Rocky_Mountain_Vending/.pnpm-store/v10/files/94/f3cda30bcfe67d61e2420295db56131c00d1d39b57b8110e78172b12fa68a5e17e3d336b563217cd36eabe4fafa2e36369261648d9c9c23844331edd2174aa
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
192 B
Text

import type { FieldElement } from '../types';
declare const _default: (element: FieldElement) => element is HTMLInputElement;
export default _default;
//# sourceMappingURL=isFileInput.d.ts.map