element-plus
Version:
A Component Library for Vue 3
14 lines (10 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
exports.ExpandTrigger = void 0;
(function(ExpandTrigger2) {
ExpandTrigger2["CLICK"] = "click";
ExpandTrigger2["HOVER"] = "hover";
})(exports.ExpandTrigger || (exports.ExpandTrigger = {}));
const CASCADER_PANEL_INJECTION_KEY = Symbol();
exports.CASCADER_PANEL_INJECTION_KEY = CASCADER_PANEL_INJECTION_KEY;
//# sourceMappingURL=types.js.map