Rocky_Mountain_Vending/.pnpm-store/v10/files/17/41fb2a7da93745a56861403dcaeb1abc41f725d42a5442d58e2a0a0264d250de61fedb94b004e79f94f23a358915222c6809a09ec10d714497efc6a26eaff5
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
356 B
Text

/**
* @license
* Copyright 2024 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare const cssQuerySelector: (root: Node, selector: string) => Element | null;
/**
* @internal
*/
export declare const cssQuerySelectorAll: (root: Node, selector: string) => Iterable<Element>;
//# sourceMappingURL=CSSSelector.d.ts.map