UNPKG

@mui/x-data-grid

Version:

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

17 lines (14 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isLeaf = isLeaf; function isLeaf(node) { return node.field !== undefined; } /** * A function used to process headerClassName params. */ /** * The union type representing the [[GridColDef]] column header class type. */