Rocky_Mountain_Vending/.pnpm-store/v10/files/22/94792167323ca0b3a8e8ea5285fdf40aa5075cf611cb52a0ff87ad6346ed5dab6c1b8ad27e8be41045117abf410cf0e801c5174abe580384bd09480065bc3e
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

8 lines
413 B
Text

import type { OriginalStackFrame } from '../../../shared/stack-frame';
export declare function CallStack({ frames, isIgnoreListOpen, ignoredFramesTally, onToggleIgnoreList, }: {
frames: readonly OriginalStackFrame[];
isIgnoreListOpen: boolean;
ignoredFramesTally: number;
onToggleIgnoreList: () => void;
}): import("react/jsx-runtime").JSX.Element;
export declare const CALL_STACK_STYLES: string;