Rocky_Mountain_Vending/.pnpm-store/v10/files/73/7d82c082697c3c56d39ac243c6763455ad57794761a5ffafb1ae7811c779df507bd0b0f0b191c1c816f541cc118b17777316d50be6aa67fafd62bc792c8872
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

16 lines
911 B
Text

import type { ComponentProps } from 'react';
export declare const learnMoreLink: {
readonly pages: {
readonly static: "https://nextjs.org/docs/pages/building-your-application/rendering/static-site-generation";
readonly dynamic: "https://nextjs.org/docs/pages/building-your-application/rendering/server-side-rendering";
};
readonly app: {
readonly static: "https://nextjs.org/docs/app/building-your-application/rendering/server-components#static-rendering-default";
readonly dynamic: "https://nextjs.org/docs/app/building-your-application/rendering/server-components#dynamic-rendering";
};
};
export declare function RouteInfoBody({ routerType, isStaticRoute, ...props }: {
routerType: 'pages' | 'app';
isStaticRoute: boolean;
} & ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
export declare const DEV_TOOLS_INFO_ROUTE_INFO_STYLES = "";