Rocky_Mountain_Vending/.pnpm-store/v10/files/87/b366411de3b025827175127d8bd8622585ce81c4a0a7993bd27018ecfd431acac213d2787684fc8479dda63d90561a6d6fb338b990a885646d988172a57839
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

2 lines
200 B
Text

import { ReactNode } from 'react';
export declare const detectReferenceElementsDomain: (children: ReactNode[], domain: number[], axisId: string, axisType: string, specifiedTicks?: any[]) => number[];