Props type alias for associated component.

type Props = {
    efx?: any;
    enabled?: any;
    label?: any;
    options?: any;
    select?: any;
    selected?: any;
    store?: any;
    styles?: any;
}
Index

Properties

efx?: any
enabled?: any
label?: any
options?: any
select?: any
selected?: any
store?: any
styles?: any