@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
16 lines (15 loc) • 335 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getGridLocalization = void 0;
const getGridLocalization = gridTranslations => ({
components: {
MuiDataGrid: {
defaultProps: {
localeText: gridTranslations
}
}
}
});
exports.getGridLocalization = getGridLocalization;
;