Rocky_Mountain_Vending/.pnpm-store/v10/files/8b/be68d9a23b95fc4840c707f8dc3f496cf5bd350a55626a1355b21cf442fdd41457f4f5a6c3ae195ea8ce315d7e18d2fca0ba6880f9819d1363a2dbfe718a26
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

14 lines
No EOL
394 B
Text

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import { QueryHandler, type QuerySelector, type QuerySelectorAll } from './QueryHandler.js';
/**
* @internal
*/
export declare class PQueryHandler extends QueryHandler {
static querySelectorAll: QuerySelectorAll;
static querySelector: QuerySelector;
}
//# sourceMappingURL=PQueryHandler.d.ts.map