vxe-pc-ui
Version:
A vue based PC component library
21 lines (20 loc) • 451 B
JavaScript
;
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;