UNPKG

@mui/x-data-grid

Version:

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

16 lines (15 loc) 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getGridLocalization = void 0; const getGridLocalization = gridTranslations => ({ components: { MuiDataGrid: { defaultProps: { localeText: gridTranslations } } } }); exports.getGridLocalization = getGridLocalization;