Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/929a05d8f265550962cd2f1ad711aad63768050fa3fc7cdf47fb860b3849cca962e336a1823607a8fd560035622d853b305d875d7fdaeef74eecc3682d370e
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

6 lines
188 B
Text

export declare const setMonthWithOptions: import("./types.js").FPFn3<
Date,
import("../setMonth.js").SetMonthOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;