Rocky_Mountain_Vending/.pnpm-store/v10/files/e5/4015aa2056519187b008d48e9c213efa71c7ab2edb8501e0dcdea51619f9408eef04cc0f68a640b661d9a14077a1c064375486754300c9cc2fdfbcd717cc01
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

10 lines
No EOL
930 B
Text

/** @typedef {'3pFilter'|'audit'|'categoryHeader'|'chevron'|'clump'|'crc'|'crcChain'|'elementScreenshot'|'explodeyGauge'|'footer'|'fraction'|'gauge'|'heading'|'metric'|'scorescale'|'scoresWrapper'|'snippet'|'snippetContent'|'snippetHeader'|'snippetLine'|'styles'|'topbar'|'warningsToplevel'} ComponentName */
/**
* @param {DOM} dom
* @param {ComponentName} componentName
* @return {DocumentFragment}
*/
export function createComponent(dom: DOM, componentName: ComponentName): DocumentFragment;
export type DOM = import("./dom.js").DOM;
export type ComponentName = "3pFilter" | "audit" | "categoryHeader" | "chevron" | "clump" | "crc" | "crcChain" | "elementScreenshot" | "explodeyGauge" | "footer" | "fraction" | "gauge" | "heading" | "metric" | "scorescale" | "scoresWrapper" | "snippet" | "snippetContent" | "snippetHeader" | "snippetLine" | "styles" | "topbar" | "warningsToplevel";
//# sourceMappingURL=components.d.ts.map