Rocky_Mountain_Vending/.pnpm-store/v10/files/a1/edfde0421c93efd0cf8f6116aae3c37718e88aca6618bf6f66e30c1dc8a73b1fe66ca3457eda2dc3ffebd242eb582714ffeb50e10e7ccd4ea6c81080ac1b1a
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
365 B
Text

/**
* @license
* Copyright 2022 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare const pierceQuerySelector: (root: Node, selector: string) => Element | null;
/**
* @internal
*/
export declare const pierceQuerySelectorAll: (element: Node, selector: string) => Element[];
//# sourceMappingURL=PierceQuerySelector.d.ts.map