Rocky_Mountain_Vending/.pnpm-store/v10/files/66/32a4dea279df0630287284bda370acf53c1a45751d9abb7fbcba65cfdcc77b4cb02f8cafb70f60b4b0690f2be51b600ad70f8dff40bff0ce83ee6953273a17
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

11 lines
261 B
Text

declare const _default: {
(node: Element): number;
(node: Element, val: number): undefined;
};
/**
* Gets or sets the scroll left position of a given element.
*
* @param node the element
* @param val the position to set
*/
export default _default;