UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

12 lines (11 loc) 278 B
export interface INumberFormatProps { value: number; prefix?: string; suffix?: string; thousandSeparator?: boolean; decimalSeparator?: ',' | '.'; decimalScale?: number; fixedDecimalScale?: boolean; allowNegative?: boolean; format?: string; }