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
FormItemPillBox
FormItemPillBox?: (new (props) => PickMatching<FormItemPillBoxAbstract, any>)
Type declaration
- new (props): PickMatching<FormItemPillBoxAbstract, any>
Parameters
- props: FormItemPillBoxProps
Returns PickMatching<FormItemPillBoxAbstract, any>
Optional
Switch
Switch?: (new (props) => PickMatching<SwitchAbstract, any>)
Type declaration
- new (props): PickMatching<SwitchAbstract, any>
Returns PickMatching<SwitchAbstract, any>