"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXTENSION_REGISTRY = void 0; /** * 扩展注册表 * * Extension registry */ exports.EXTENSION_REGISTRY = { animation: {}, behavior: {}, combo: {}, edge: {}, layout: {}, node: {}, palette: {}, theme: {}, plugin: {}, transform: {}, shape: {}, }; //# sourceMappingURL=store.js.map