UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

5 lines 214 B
export const parametersToStateMapper = { getInitialState: minimalInitialState => minimalInitialState, updateStateFromParameters: newMinimalState => newMinimalState, shouldIgnoreItemsStateUpdate: () => true };