UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

11 lines (10 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasPlugin = void 0; const hasPlugin = (instance, plugin) => { const plugins = instance.getAvailablePlugins(); return plugins.has(plugin); }; exports.hasPlugin = hasPlugin;