UNPKG

@logicflow/extension

Version:
17 lines (16 loc) 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RectLabelNode = void 0; var core_1 = require("@logicflow/core"); var RectLabelNodeView_1 = require("./RectLabelNodeView"); exports.RectLabelNode = { pluginName: 'rectLabelNode', install: function (lf) { lf.register({ type: 'rect-label', model: core_1.RectNodeModel, view: RectLabelNodeView_1.RectLabelNodeView, }); }, }; exports.default = exports.RectLabelNode;