Rocky_Mountain_Vending/.pnpm-store/v10/files/60/0141de18ab227c53799ab18d292be19fb823d2ce1beee4877ecdbb740c759f1ae6c5157208cca1bc0cb7446c00055df6ddd6f885dae7b9ffcb4c2e84be87d7
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
265 B
Text

export declare const requestIdleCallback: ((callback: IdleRequestCallback, options?: IdleRequestOptions) => number) & typeof globalThis.requestIdleCallback;
export declare const cancelIdleCallback: ((handle: number) => void) & typeof globalThis.cancelIdleCallback;