Rocky_Mountain_Vending/.pnpm-store/v10/files/e4/f534da40c630da95540500e1dbd19987466ab8d07fe7384e0e14288b3a5b7e7c08dccc3baaaa8dceae0c0cd0d6a01d9731498a9576f0d4fb821317d005c31b
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

10 lines
No EOL
273 B
Text

/**
* @license
* Copyright 2022 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare const xpathQuerySelectorAll: (root: Node, selector: string, maxResults?: number) => Iterable<Node>;
//# sourceMappingURL=XPathQuerySelector.d.ts.map