Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/93fd00ea1d7672e23392a9a6d50e0d68eb8d5af5f904e53ab8b55cc323cbc0a44d0faa8bf48f09d357320b69607b03ce5602d3579a1e4278354ce9112c8bc8
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

11 lines
586 B
Text

import './devtools-indicator.css';
import type { DevToolsIndicatorPosition } from '../../shared';
export declare const INDICATOR_PADDING = 20;
export declare function DevToolsIndicator(): import("react/jsx-runtime").JSX.Element;
/**
* makes sure we eventually sync the panel to the logo, otherwise
* it will be jarring if the panels start appearing on the other
* side of the logo. This wont teleport the panel because the indicator
* cannot be dragged when any panel is open
*/
export declare const useUpdateAllPanelPositions: () => (position: DevToolsIndicatorPosition) => void;