UNPKG

react-components-design-system

Version:

React UI component for design system FIS ES PB5

6 lines (5 loc) 302 B
export declare const THOUSAND_SEPARATOR: string; export declare const DECIMAL_SEPARATOR: string; export declare function formatNumber(x: number | string): string; export declare function parseNumber(formattedNumber: string): number; export declare function isNumberOrStringNumber(value: any): boolean;