Rocky_Mountain_Vending/.pnpm-store/v10/files/34/4cc9677f6f39249b71ec5f2df2275368cad0f51d8b66a6bd49f4cd7bfec54e53dec68bb32f918fc9cf803aaebcde1e125d1710fffb8454b55844eb3765e065
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

21 lines
No EOL
690 B
Text

export default InteractionToNextPaint;
/**
* @fileoverview This metric gives a high-percentile measure of responsiveness to input.
*/
declare class InteractionToNextPaint extends Audit {
/**
* @return {LH.Audit.ScoreOptions}
*/
static get defaultOptions(): LH.Audit.ScoreOptions;
/**
* @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>;
}
export namespace UIStrings {
let description: string;
}
import { Audit } from '../audit.js';
//# sourceMappingURL=interaction-to-next-paint.d.ts.map