UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

11 lines (10 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GridFeatureModeConstant = void 0; const GridFeatureModeConstant = { client: 'client', server: 'server' }; exports.GridFeatureModeConstant = GridFeatureModeConstant;