Rocky_Mountain_Vending/.pnpm-store/v10/files/b4/fd0314185c5edf828b391cec46d65450d71bfa438ffc578f885b7172fcaad2ac0c7d1a89ecf94d3a51832dada576fd6325002ff0bb569e7600b886ee201de8
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
488 B
Text

/**
* @license
* Copyright 2024 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import type { CdpFrame } from './Frame.js';
/**
* @internal
*/
export declare class CdpPreloadScript {
#private;
constructor(mainFrame: CdpFrame, id: string, source: string);
get id(): string;
get source(): string;
getIdForFrame(frame: CdpFrame): string | undefined;
setIdForFrame(frame: CdpFrame, identifier: string): void;
}
//# sourceMappingURL=CdpPreloadScript.d.ts.map