Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/be847f282d01d39362ef827a0f4cf4d8a1508ab2402e555155d7c2359e8b18c132bd48afcdc2e1b3d30c0c6eb41ce6f5ff09c400da12a41d66b8eb52186682
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

13 lines
No EOL
339 B
Text

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