Props type alias for associated component.

type Props = {
    efx?: any;
    enabled?: any;
    input?: any;
    label?: any;
    readonly?: any;
    store?: any;
    styles?: any;
}
Index

Properties

efx?: any
enabled?: any
input?: any
label?: any
readonly?: any
store?: any
styles?: any