@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
9 lines (8 loc) • 364 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.enUS = void 0;
var _getGridLocalization = require("../utils/getGridLocalization");
var _localeTextConstants = require("../constants/localeTextConstants");
const enUS = exports.enUS = (0, _getGridLocalization.getGridLocalization)(_localeTextConstants.GRID_DEFAULT_LOCALE_TEXT);
;