Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/eab645ba3da11907119ca4647e9ab7b0f800e4688859fb7a30493f8000c5bfa185ed5fc1c2770a8e67be2cf5339cd82ca174216a1f1bfc21e7f5f14fe11979
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
294 B
Text

import Decimal from 'decimal.js';
import { NumberFormatInternal, NumberFormatPart } from '../types/number';
export declare function FormatNumericToParts(nf: Intl.NumberFormat, x: Decimal, implDetails: {
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
}): NumberFormatPart[];