Rocky_Mountain_Vending/.pnpm-store/v10/files/e3/41c135d11c96e12266e65dd0ce47ef1b4955431daed906755077af610c56742e734ff6d203a731c37c9458bb79650896bb675f7c652f704780949c3c9a5b49
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

10 lines
No EOL
255 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { FunctionComponent } from 'preact';
export declare const HelpDialog: FunctionComponent<{
onClose: () => void;
}>;
//# sourceMappingURL=help-dialog.d.ts.map