Rocky_Mountain_Vending/.pnpm-store/v10/files/55/a4b9e7e92925f1421c3b36df79ede9e4baa3d7272cdcce6c788523335740649eb620235cccbf15eafa11d3448ae2fe837bb59754ac35a049b0e9d299d959e1
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

5 lines
231 B
Text

/**
* Callback function for sorting font variant values.
* Used as a parameter in `Array.prototype.sort` function to ensure correct sorting.
*/
export declare function sortFontsVariantValues(valA: string, valB: string): number;