Rocky_Mountain_Vending/.pnpm-store/v10/files/37/c1f74ae8f1643b5b0820565315c2b9ffffaa3eb780eca4ed997e6ccd28f41427e2558149233a8693bb68438adbbb7f3894d83cf4a849cf114e712a8f0a1244
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
239 B
Text

import { PanelData } from "../../Panel.js";
export declare function getResizeHandlePanelIds(groupId: string, handleId: string, panelsArray: PanelData[], scope?: ParentNode | HTMLElement): [idBefore: string | null, idAfter: string | null];