UNPKG

@mui/x-data-grid

Version:

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

16 lines (14 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_GRID_AUTOSIZE_OPTIONS = void 0; const DEFAULT_GRID_AUTOSIZE_OPTIONS = exports.DEFAULT_GRID_AUTOSIZE_OPTIONS = { includeHeaders: true, includeOutliers: false, outliersFactor: 1.5, expand: false }; /** * The Resize API interface that is available in the grid `apiRef`. */