Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/9fde3e860375640b66cbf523c77a7691aae44f68dabb42ca42d3b6a2e30ccfcb41bfae4b1b35e83c28ff44d6f54d8e93ae44d982e07fc0a4b1311d9f130ef2
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

16 lines
No EOL
796 B
Text

export default LCPBreakdownInsight;
declare class LCPBreakdownInsight extends Audit {
/**
* @param {Required<import('@paulirish/trace_engine/models/trace/insights/LCPBreakdown.js').LCPBreakdownInsightModel>['subparts']} subparts
* @return {LH.Audit.Details.Table}
*/
static makeSubpartsTable(subparts: Required<import("@paulirish/trace_engine/models/trace/insights/LCPBreakdown.js").LCPBreakdownInsightModel>["subparts"]): LH.Audit.Details.Table;
/**
* @param {LH.Artifacts} artifacts
* @param {LH.Audit.Context} context
* @return {Promise<LH.Audit.Product>}
*/
static audit(artifacts: LH.Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product>;
}
import { Audit } from '../audit.js';
//# sourceMappingURL=lcp-breakdown-insight.d.ts.map