Props: {
    disabled?: any;
    efx?: any;
    input?: any;
    label?: any;
    max?: any;
    min?: any;
    options?: any;
    placeholder?: any;
    readonly?: any;
    step?: any;
    store?: any;
    storeIsValid?: any;
    styles?: any;
}

Props type alias for associated component.