Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/c7c2c5ff7fe8ade894284a0028b8fbb335ffa9bdea830678b31e7c59c2ce3af9586c13e6dbeac30097db572c06813a2c078b667c7549de1fffaedd779de24b
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

2 lines
223 B
Text

import * as React from 'react';
export declare function useOnClickOutside(el: Node | React.RefObject<Node | null> | null, cssSelectorsToExclude: string[], handler: ((e: MouseEvent | TouchEvent) => void) | undefined): void;