Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/7018763854acfc3069a5be66c3ed8d930e5ff9000ee2d6d8dd12ffd3373e1d202ee91615c4ad71c8d4933a2012e9aa5296ad5abe631035d513c7d8ca701ef7
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

19 lines
No EOL
558 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { FunctionComponent } from 'preact';
declare const SummaryTooltip: FunctionComponent<{
category: LH.ReportResult.Category;
gatherMode: LH.Result.GatherMode;
url: string;
}>;
declare const SummaryCategory: FunctionComponent<{
category: LH.ReportResult.Category | undefined;
href: string;
gatherMode: LH.Result.GatherMode;
finalDisplayedUrl: string;
}>;
export { SummaryTooltip, SummaryCategory, };
//# sourceMappingURL=category.d.ts.map