UNPKG

@mui/x-data-grid

Version:

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

9 lines (8 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GRID_DETAIL_PANEL_TOGGLE_FIELD = void 0; // Can't import from pro package - hence duplication const GRID_DETAIL_PANEL_TOGGLE_FIELD = '__detail_panel_toggle__'; exports.GRID_DETAIL_PANEL_TOGGLE_FIELD = GRID_DETAIL_PANEL_TOGGLE_FIELD;