Rocky_Mountain_Vending/.pnpm-store/v10/files/76/f27644890efce6ee5f7ab78f54940fd42678a3f50f526536f2c965ef2760e97b0aee0118c313af7680ce311e41e88f27ab6e54b3f1c48795ac3e316100b115
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

4 lines
161 B
Text

export default function getscrollAccessor(offset: 'pageXOffset' | 'pageYOffset'): {
(node: Element): number;
(node: Element, val: number): undefined;
};