Rocky_Mountain_Vending/.pnpm-store/v10/files/4e/71c515bb8b6a064810168ffef78027d6edc0b9aa2cc33ba4579d166d1d7caf6f9a1070ec7333cf30885790f10f7adca75c097cbfe54f97881a6600cfac4164
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

18 lines
No EOL
464 B
Text

/**
* @license
* Copyright 2017 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
export * from './index-browser.js';
import { Puppeteer } from './common/Puppeteer.js';
/**
* @public
*/
declare const puppeteer: Puppeteer;
export declare const
/**
* @public
*/
connect: (options: import("./index-browser.js").ConnectOptions) => Promise<import("./index-browser.js").Browser>;
export default puppeteer;
//# sourceMappingURL=puppeteer-core-browser.d.ts.map