UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

7 lines (6 loc) 253 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const publishTreeViewEvent = (instance, eventName, params) => { instance.$$publishEvent(eventName, params); }; exports.publishTreeViewEvent = publishTreeViewEvent;