Properties
Optional
Checkbox
Checkbox?: (new (props) => PickMatching<CheckboxAbstract, any>)
Type declaration
- new (props): PickMatching<CheckboxAbstract, any>
Returns PickMatching<CheckboxAbstract, any>
Optional
FormItemList
FormItemList?: (new (props) => PickMatching<FormItemListAbstract, any>)
Type declaration
- new (props): PickMatching<FormItemListAbstract, any>
Returns PickMatching<FormItemListAbstract, any>
Optional
Switch
Switch?: (new (props) => PickMatching<SwitchAbstract, any>)
Type declaration
- new (props): PickMatching<SwitchAbstract, any>
Returns PickMatching<SwitchAbstract, any>