UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.publishTreeViewEvent = void 0; const publishTreeViewEvent = (instance, eventName, params) => { instance.$$publishEvent(eventName, params); }; exports.publishTreeViewEvent = publishTreeViewEvent;