UNPKG

vxe-design

Version:

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

10 lines (9 loc) 255 B
import { handleGetFormDesignWidgetName } from '../render/util'; export const getWidgetVxeSwitchConfig = () => { return { title: handleGetFormDesignWidgetName, icon: 'vxe-icon-switch', query: true, options: {} }; };