UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

11 lines (10 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parametersToStateMapper = void 0; const parametersToStateMapper = exports.parametersToStateMapper = { getInitialState: minimalInitialState => minimalInitialState, updateStateFromParameters: newMinimalState => newMinimalState, shouldIgnoreItemsStateUpdate: () => true };