Rocky_Mountain_Vending/.pnpm-store/v10/files/4a/6ef09a8521cb323d656b3e9aa6116b9245c7fcf901b32301928098eeb50ebe476de9f987c2a9969669e0fd9a494f4d36f0e2927370a3c0672301bde3dd8222
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
260 B
Text

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