Rocky_Mountain_Vending/.pnpm-store/v10/files/05/a4ab0081be5380c1b53efc398d5e90b817295ce3100b47649260c225043e60bb324233d62186a6abca1e7c2b3b7ea03be1193f83bdfc2822295e99e820cfda
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

4 lines
540 B
Text

export declare function EnvironmentNameLabel({ environmentName, }: {
environmentName: string;
}): import("react/jsx-runtime").JSX.Element;
export declare const ENVIRONMENT_NAME_LABEL_STYLES = "\n [data-nextjs-environment-name-label] {\n padding: 2px 6px;\n margin: 0;\n border-radius: var(--rounded-md-2);\n background: var(--color-gray-100);\n font-weight: 600;\n font-size: var(--size-12);\n color: var(--color-gray-900);\n font-family: var(--font-stack-monospace);\n line-height: var(--size-20);\n }\n";