Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/230a6f9787706c81b34d6711a5f89237c0324da55fe7e45a7487f59592aaa686588afa7b52b213bcf06536eb17b786af4c2f66bd323d1bf91790ae7a91304d
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

8 lines
304 B
Text

/**
* Run function with `scroll-behavior: auto` applied to `<html/>`.
* This css change will be reverted after the function finishes.
*/
export declare function disableSmoothScrollDuringRouteTransition(fn: () => void, options?: {
dontForceLayout?: boolean;
onlyHashChange?: boolean;
}): void;