Props type alias for associated component.

type Props = {
    efx?: any;
    enabled?: any;
    input?: any;
    label?: any;
    max?: any;
    min?: any;
    options?: any;
    placeholder?: any;
    readonly?: any;
    step?: any;
    store?: any;
    storeIsValid?: any;
    styles?: any;
}
Index

Properties

efx?: any
enabled?: any
input?: any
label?: any
max?: any
min?: any
options?: any
placeholder?: any
readonly?: any
step?: any
store?: any
storeIsValid?: any
styles?: any