Type Alias Props
Props: {
button?: any;
clickPropagate?: any;
disabled?: any;
efx?: any;
icon?: any;
keyCode?: any;
label?: any;
onContextMenu?: any;
onPress?: any;
styles?: any;
title?: any;
}
button?: any;
clickPropagate?: any;
disabled?: any;
efx?: any;
icon?: any;
keyCode?: any;
label?: any;
onContextMenu?: any;
onPress?: any;
styles?: any;
title?: any;
}
Props type alias for associated component.