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>
12 lines
No EOL
345 B
Text
12 lines
No EOL
345 B
Text
export default FirstMeaningfulPaint;
|
|
declare class FirstMeaningfulPaint extends Audit {
|
|
/**
|
|
* @return {Promise<LH.Audit.Product>}
|
|
*/
|
|
static audit(): Promise<LH.Audit.Product>;
|
|
}
|
|
export namespace UIStrings {
|
|
let description: string;
|
|
}
|
|
import { Audit } from '../audit.js';
|
|
//# sourceMappingURL=first-meaningful-paint.d.ts.map |