Rocky_Mountain_Vending/.pnpm-store/v10/files/e7/b6d399ca6bbfdb9a7903fce622e6a56a51906da6fe5517acf5aaa88c2ab6a81a961ccdcb83e780255f4ba3f68c590f006b409835a6d80ed5b9320b28e75c5f
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

3 lines
262 B
Text

import { Axis } from './types';
export declare const locationCouldBeScrolled: (axis: Axis, node: HTMLElement) => boolean;
export declare const handleScroll: (axis: Axis, endTarget: HTMLElement, event: any, sourceDelta: number, noOverscroll: boolean) => boolean;