UNPKG

vxe-design

Version:

A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms

21 lines (20 loc) 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWidgetTextConfig = void 0; var _util = require("../render/util"); const getWidgetTextConfig = () => { return { title: _util.handleGetFormDesignWidgetName, icon: 'vxe-icon-text', group: 'layout', options: { color: '', align: '', bold: false, fontSize: '' } }; }; exports.getWidgetTextConfig = getWidgetTextConfig;