Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/0efb655a7f500ec4fafab00236c7a6888f16ba6d746777333cf74ba9f1b94debcda284a3efd61b62a2581903f8ef67660d54c3d2191cd26460a2b0b3756fbd
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
499 B
Text

export default CrawlableAnchors;
declare class CrawlableAnchors extends Audit {
/**
* @param {LH.Artifacts} artifacts
* @return {LH.Audit.Product}
*/
static audit({ AnchorElements: anchorElements, URL: url }: LH.Artifacts): LH.Audit.Product;
}
export namespace UIStrings {
let title: string;
let failureTitle: string;
let description: string;
let columnFailingLink: string;
}
import { Audit } from '../audit.js';
//# sourceMappingURL=crawlable-anchors.d.ts.map