Props type alias for associated component.

type Props = {
    clickPropagate?: any;
    comp?: any;
    efx?: any;
    enabled?: any;
    keyCode?: any;
    label?: any;
    onClose?: any;
    onContextMenu?: any;
    onPress?: any;
    store?: any;
    styles?: any;
    text?: any;
    tooltip?: any;
    tooltipDirection?: any;
    tooltipSelected?: any;
}
Index

Properties

clickPropagate?: any
comp?: any
efx?: any
enabled?: any
keyCode?: any
label?: any
onClose?: any
onContextMenu?: any
onPress?: any
store?: any
styles?: any
text?: any
tooltip?: any
tooltipDirection?: any
tooltipSelected?: any