Rocky_Mountain_Vending/.pnpm-store/v10/files/48/349a4b658fee18bdbeebdd7f92d690016e6ab3bdc85232629d756ab60fc1b6c1b8a2b99ceaf33028dc4a3bd3c5c2130b786d9a1af547300a38ed4e0508abea
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
266 B
Text

/**
* Checks whether region can be a host component.
*
* @param region - to check.
* @param check - checking function.
*
* @internal
*/
export declare const checkRegion: (region: string, check?: (value: string, allowSubDomains?: boolean) => boolean) => void;