UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

12 lines 254 B
export const useTreeViewOptionalPlugins = ({ plugins }) => { const pluginSet = new Set(plugins); const getAvailablePlugins = () => pluginSet; return { instance: { getAvailablePlugins } }; }; useTreeViewOptionalPlugins.params = {};