stupa-pdf-api/frontend/node_modules/@mui/x-data-grid/node/models/gridColumnGrouping.js

17 lines
313 B
JavaScript

"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.
*/