@superset-ui/core
Version:
33 lines • 910 B
TypeScript
declare const NumberFormats: {
DOLLAR: string;
DOLLAR_ROUND: string;
DOLLAR_ROUND_SIGNED: string;
DOLLAR_SIGNED: string;
FLOAT: string;
FLOAT_1_POINT: string;
FLOAT_2_POINT: string;
FLOAT_3_POINT: string;
FLOAT_SIGNED: string;
FLOAT_SIGNED_1_POINT: string;
FLOAT_SIGNED_2_POINT: string;
FLOAT_SIGNED_3_POINT: string;
INTEGER: string;
INTEGER_SIGNED: string;
PERCENT: string;
PERCENT_1_POINT: string;
PERCENT_2_POINT: string;
PERCENT_3_POINT: string;
PERCENT_SIGNED: string;
PERCENT_SIGNED_1_POINT: string;
PERCENT_SIGNED_2_POINT: string;
PERCENT_SIGNED_3_POINT: string;
SI: string;
SI_1_DIGIT: string;
SI_2_DIGIT: string;
SI_3_DIGIT: string;
SMART_NUMBER: string;
SMART_NUMBER_SIGNED: string;
OVER_MAX_HIDDEN: string;
};
export default NumberFormats;
//# sourceMappingURL=NumberFormats.d.ts.map