Rocky_Mountain_Vending/.pnpm-store/v10/files/28/84efde9e8c25233f695417b861ca793fd252fbaa96c0931aaa67f4c0a5d912a097c50336d4e15c72b3372b5616337348e4a62e6e5110aad1ded32276113c62
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

15 lines
No EOL
487 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { FunctionComponent, JSX } from 'preact';
declare function saveHtml(flowResult: LH.FlowResult, htmlStr: string): void;
declare namespace saveHtml {
var saveFile: typeof import("../../report/renderer/api").saveFile;
}
declare const Topbar: FunctionComponent<{
onMenuClick: JSX.MouseEventHandler<HTMLButtonElement>;
}>;
export { Topbar, saveHtml, };
//# sourceMappingURL=topbar.d.ts.map