Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/2f20b2f2cc7e95d3b8d02bc6a7a0452fd574f058d1cf96b91ceccbd3e7dc587f574db737e131f34a3cdd9c752b7f70b30a2fd84f18cd7495f2aa24b216a18a
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
183 B
Text

import { Importer, SideMedium } from './types';
export declare function useSidecar<T>(importer: Importer<T>, effect?: SideMedium<any>): [React.ComponentType<T> | null, Error | null];