Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/4211ca69a66fef41da4d9b51eff3e237eb9879dc90693c1de930b091343ca874155ddba5f49e90efbd73118532df6116c9f8ecf49af129629923d33037deb5
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
275 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;