Rocky_Mountain_Vending/.pnpm-store/v10/files/c4/fe19f611d0bb1c3dcc4247296f216207bb97d1f8b62b8ec87805cc5f6111f80c6d80e55ae394a2d9564985c42d3a9a57b97dd010f092c9a20bc04a95f74ad0
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
187 B
Text

import { EventHandler } from './addEventListener';
export default function filterEvents<K extends keyof HTMLElementEventMap>(selector: string, handler: EventHandler<K>): EventHandler<K>;