MobX RESTful table - v2.7.2
    Preparing search index...

    Interface RangeInputProps

    interface RangeInputProps {
        icon?: ReactNode | ((itemValue: number) => ReactNode);
    }

    Hierarchy

    • Omit<FormComponentProps, "type">
      • RangeInputProps
    Index
    icon?: ReactNode | ((itemValue: number) => ReactNode)