UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

3 lines 119 B
export function roundToDecimalPlaces(value, decimals) { return Math.round(value * 10 ** decimals) / 10 ** decimals; }