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

Props type alias for associated component.