Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/cb60c3ef403b1e9ef4b4e17e90aef173ba62a88e71fd086a6d72215314154d7f06f22d79464e65360cc77f52ce4b2c3d24f086b1c29d53fb74e3e806190181
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
340 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** @typedef {import('./dom.js').DOM} DOM */
/**
* @param {DOM} dom
* @param {boolean} [force]
*/
export function toggleDarkTheme(dom: DOM, force?: boolean): void;
export type DOM = import("./dom.js").DOM;
//# sourceMappingURL=features-util.d.ts.map