Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/a2c004aa15d5e0b8b951f689f9150b93b3a5a59fcd6943f63302ea8aa7740fdaf03bad1cb6fcb8e784f3d0442f09fd38e9ff2019b98cea448d080ed2e567e9
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

20 lines
No EOL
567 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { FunctionComponent } from 'preact';
declare const Separator: FunctionComponent;
declare const FlowStepIcon: FunctionComponent<{
mode: LH.Result.GatherMode;
}>;
declare const FlowSegment: FunctionComponent<{
mode?: LH.Result.GatherMode;
}>;
declare const FlowStepThumbnail: FunctionComponent<{
lhr: LH.Result;
width?: number;
height?: number;
}>;
export { Separator, FlowStepIcon, FlowSegment, FlowStepThumbnail, };
//# sourceMappingURL=common.d.ts.map