Rocky_Mountain_Vending/.pnpm-store/v10/files/01/74eb734596402cdb2c06869addf3815af5b2e71b8db495ffa17a8f562aca476f3bc2b40e0fd43c7e575653be777d79ae38d9dd037d41f6d964f3db5711a220
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
139 B
Text

import { type Ref } from 'react';
export declare function useMergedRef<TElement>(refA: Ref<TElement>, refB: Ref<TElement>): Ref<TElement>;