Rocky_Mountain_Vending/.pnpm-store/v10/files/74/21e595594ce940f4e6aee8d925f66f37d1f2a6d6422cabcccd85e9456645a8116a2d880b4a7bb1c14950616580887b18d5f4e1efc763684b65237cf3364b87
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

18 lines
No EOL
1 KiB
Text

export { LargestContentfulPaintAllFramesComputed as LargestContentfulPaintAllFrames };
declare const LargestContentfulPaintAllFramesComputed: typeof LargestContentfulPaintAllFrames & {
request: (dependencies: import("../../index.js").Artifacts.MetricComputationDataInput, context: LH.Artifacts.ComputedContext) => Promise<import("../../index.js").Artifacts.Metric | import("../../index.js").Artifacts.LanternMetric>;
};
declare class LargestContentfulPaintAllFrames extends NavigationMetric {
/**
* TODO: Simulate LCP all frames in lantern.
* @return {Promise<LH.Artifacts.LanternMetric>}
*/
static computeSimulatedMetric(): Promise<LH.Artifacts.LanternMetric>;
/**
* @param {LH.Artifacts.NavigationMetricComputationData} data
* @return {Promise<LH.Artifacts.Metric>}
*/
static computeObservedMetric(data: LH.Artifacts.NavigationMetricComputationData): Promise<LH.Artifacts.Metric>;
}
import { NavigationMetric } from './navigation-metric.js';
//# sourceMappingURL=largest-contentful-paint-all-frames.d.ts.map