Rocky_Mountain_Vending/.pnpm-store/v10/files/b4/d5cd5f02ad83f61e2686c2fd9d1da670c5ad780efcf875de258f2fa31706a627573272d7330f6e5fce4e1305669bbb4b85e0cdf3913396eec663ac7a3dc24d
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

8 lines
314 B
Text

/**
* Validates and gets the data for each font axis required to generate the Google Fonts URL.
*/
export declare function getFontAxes(fontFamily: string, weights: string[], styles: string[], selectedVariableAxes?: string[]): {
wght?: string[];
ital?: string[];
variableAxes?: [string, string][];
};