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) 372 B
import { handleGetFormDesignWidgetName } from '../render/util'; export const getWidgetVxeDatePickerConfig = () => { return { title: handleGetFormDesignWidgetName, icon: 'vxe-icon-calendar', options: { placeholder: '', defaultValue: { type: '', value: '' } } }; };