Rocky_Mountain_Vending/.pnpm-store/v10/files/e7/26a57e736e0da82796fc6e66d4e8d704fe630c2f57a0c789c01fb89fa65a8d3e0e806065fdc87a4c5faad7469632bb44cae3bfb80f881940087540d4de2bc6
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

28 lines
No EOL
956 B
Text

/**
* @param {LH.Result} lhr
* @param {LH.Renderer.Options} opts
* @return {HTMLElement}
*/
export function renderReport(lhr: LH.Result, opts?: LH.Renderer.Options): HTMLElement;
/**
* @param {LH.ReportResult.Category} category
* @param {Parameters<CategoryRenderer['renderCategoryScore']>[2]=} options
* @return {DocumentFragment}
*/
export function renderCategoryScore(category: LH.ReportResult.Category, options?: Parameters<CategoryRenderer["renderCategoryScore"]>[2] | undefined): DocumentFragment;
/**
* @param {Blob} blob
* @param {string} filename
*/
export function saveFile(blob: Blob, filename: string): void;
/**
* @param {string} markdownText
* @return {Element}
*/
export function convertMarkdownCodeSnippets(markdownText: string): Element;
/**
* @return {DocumentFragment}
*/
export function createStylesElement(): DocumentFragment;
import { CategoryRenderer } from './category-renderer.js';
//# sourceMappingURL=api.d.ts.map