Rocky_Mountain_Vending/.pnpm-store/v10/files/23/0a7fc330a160431befe877a694f2e25ece6af7b30396e383abad3e4286a2f61280ff261475285e3f958adde1713298e07c2773dc9cc496433edb9040eac208
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

12 lines
No EOL
332 B
Text

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