Rocky_Mountain_Vending/.pnpm-store/v10/files/0f/1d7ff5328fefbf2f77b3af47e3e88d8706cc0832dffe351daf5ae44dedbccf44cf4ee7a58b4c8f7dfeac476b91fa7e1bc08df0d377b95c2f60bcc393dd7a49
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
402 B
Text

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