Rocky_Mountain_Vending/.pnpm-store/v10/files/ca/c3f7c10525b4caedd2080a3a6bedcdb5aaa79a2235d8a19ce6c70bebff466bea6c55e600582087137fec56d4bc9cf84b3947dd19d58269985525061d9ef969
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
358 B
Text

/**
* @internal
*/
export declare const checkVisibility: (node: Node | null, visible?: boolean) => Node | boolean;
/**
* @internal
*/
export declare function pierce(root: Node): IterableIterator<Node | ShadowRoot>;
/**
* @internal
*/
export declare function pierceAll(root: Node): IterableIterator<Node | ShadowRoot>;
//# sourceMappingURL=util.d.ts.map