Rocky_Mountain_Vending/.pnpm-store/v10/files/93/189f003e0935b5d41613f15fa2cdbecd523bc7d9737742931d42a6a4c1ac3763d74db874eef24c9d1464be7eab0ad57fa9381a707aeb4f849412332ade482e
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
162 B
Text

import type { OverlayState } from '../shared';
export declare const BASE_LOGO_SIZE = 36;
export declare function getIndicatorOffset(state: OverlayState): number;