Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/804fe2df671949b2be14e01b3db2017c2debf76b1878d8313ea10b7412e428a7f702e2bf80c56128ebe5a73f4c833fc23f625f31dfbc7910c85a2088ef190a
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
216 B
Text

export declare type Listener = (this: HTMLElement, ev: TransitionEvent) => any;
export default function transitionEnd(element: HTMLElement, handler: Listener, duration?: number | null, padding?: number): () => void;