winbox-ui-next
Version:
We Design Vue 2.0: A Vue.js 3 UI Library
10 lines (9 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports[Symbol.toStringTag] = "Module";
const MenuInjectionKey = Symbol("MenuInjectionKey");
const LevelInjectionKey = Symbol("LevelInjectionKey");
const DataCollectorInjectionKey = Symbol("DataCollectorInjectionKey");
exports.DataCollectorInjectionKey = DataCollectorInjectionKey;
exports.LevelInjectionKey = LevelInjectionKey;
exports.MenuInjectionKey = MenuInjectionKey;