@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
12 lines (11 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TREE_ITEM_ICON_CONTAINER_WIDTH_PX = void 0;
/**
* Width of the icon container rendered at the start of each tree item content, in px.
* The item loader rows render a gutter with the same width to keep the label placeholders
* aligned with the tree item labels.
*/
const TREE_ITEM_ICON_CONTAINER_WIDTH_PX = exports.TREE_ITEM_ICON_CONTAINER_WIDTH_PX = 16;