Type Alias Props
Props: {
disabled?: any;
efx?: any;
input?: any;
label?: any;
options?: any;
placeholder?: any;
readonly?: any;
store?: any;
storeIsValid?: any;
styles?: any;
type?: any;
}
disabled?: any;
efx?: any;
input?: any;
label?: any;
options?: any;
placeholder?: any;
readonly?: any;
store?: any;
storeIsValid?: any;
styles?: any;
type?: any;
}
Props type alias for associated component.