UNPKG

@mui/x-data-grid

Version:

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

13 lines (11 loc) 228 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. */