export type ComponentType = | 'Input' | 'InputNumber' | 'Select' | 'Checkbox' | 'Switch' | 'DatePicker' | 'TimePicker' | 'Cascader';