UNPKG

vxe-design

Version:

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

15 lines (14 loc) 357 B
import { handleGetFormDesignWidgetName } from '../render/util'; export const getWidgetTextConfig = () => { return { title: handleGetFormDesignWidgetName, icon: 'vxe-icon-text', group: 'layout', options: { color: '', align: '', bold: false, fontSize: '' } }; };