Rocky_Mountain_Vending/.pnpm-store/v10/files/79/4ed72ab0a18051dba345c72531a02df885956ec6c1445dc5d7ddd61daad421bc8568f49cfad5eb8f3c11b678b855ded9b2e59b3afa5c41bcbcc647e663dd44
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

7 lines
177 B
Text

export declare function calculateSizeAdjustValues(fontName: string): {
ascent: any;
descent: any;
lineGap: any;
fallbackFont: string;
sizeAdjust: string;
};