UNPKG

@opendatasoft/visualizations

Version:

Opendatasoft's components to easily build dashboards and visualizations.

5 lines (4 loc) 307 B
export declare function defaultNumberFormat(value: number): string; export declare function defaultCompactNumberFormat(value: number): string; export declare function defaultCompactLegendNumberFormat(value: number): string; export declare function assureMaxLength(value: string, maxLength: number): string;