Rocky_Mountain_Vending/.pnpm-store/v10/files/70/4be1d51a767a78b08ff2979914fb39bf0ed78d94fbe2d47b8521cb1658cc2e9705a5d22798340bbc53fd957deb8fce4dbcdb9bab1b16fbe4a0af60fe4f7464
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
No EOL
265 B
Text

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AnimationFrameScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}
//# sourceMappingURL=AnimationFrameScheduler.d.ts.map