UNPKG

@up-group-ui/react-controls

Version:
4 lines (3 loc) 278 B
export declare const getIntegerValue: (number: number, separator?: string) => string; export declare const addSeparatorToNumber: (number: string | number, separator?: string) => string; export declare const getDecimalValue: (number: number, numberOfDecimal?: number) => string;