Rocky_Mountain_Vending/.pnpm-store/v10/files/11/7213cb155880b7557af16b3526da20988b45ca6c51d28ee3afaa0786fd9f3cd43385b91fd797c0684ed4354442d248b9c484cfd5f8939540f7b217759fa479
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
756 B
Text

declare const isOldIE: () => any;
declare const getTargetElement: (target: any) => any;
declare const stylesInDom: any;
declare function getIndexByIdentifier(identifier: any): number;
declare function modulesToDom(list: any, options: any): string[];
declare function insertStyleElement(options: any): HTMLStyleElement;
declare function removeStyleElement(style: any): false | undefined;
declare const replaceText: (index: any, replacement: any) => any;
declare function applyToSingletonTag(style: any, index: any, remove: any, obj: any): void;
declare function applyToTag(style: any, _options: any, obj: any): void;
declare let singleton: any;
declare let singletonCounter: number;
declare function addStyle(obj: any, options: any): (newObj: any) => void;