Rocky_Mountain_Vending/.pnpm-store/v10/files/a3/cd86a745dedf5c28f7799d81ffb6947108d475e82f997a92bf3de13ed971c92785724b87ef4564ae0aa2b88be5ed477cde7fefe45f550b7b2d2a1e2b23b6c3
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

19 lines
No EOL
602 B
Text

/**
* Opens a new tab to the online viewer and sends the local page's JSON results
* to the online viewer using URL.fragment
* @param {LH.Result} lhr
* @protected
*/
export function openViewer(lhr: LH.Result): Promise<void>;
/**
* Same as openViewer, but uses postMessage.
* @param {LH.Result} lhr
* @protected
*/
export function openViewerAndSendData(lhr: LH.Result): Promise<void>;
/**
* Opens a new tab to the treemap app and sends the JSON results using URL.fragment
* @param {LH.Result} json
*/
export function openTreemap(json: LH.Result): void;
//# sourceMappingURL=open-tab.d.ts.map