Rocky_Mountain_Vending/.pnpm-store/v10/files/50/74ee299c47de02f5de75a41437508a8b56259285dc11e3e4a6d5f52b1de06245e0dbe02305cf7cb971948800276986e824173cbe6cbb31ae93dd61f4a247ea
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

6 lines
202 B
Text

/**
* Listens for when the escape key is down
*/
declare function useEscapeKeydown(onEscapeKeyDownProp?: (event: KeyboardEvent) => void, ownerDocument?: Document): void;
export { useEscapeKeydown };