MobX RESTful table
    Preparing search index...

    Interface RangeInputProps

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

    Hierarchy

    • Omit<FormComponentProps, "type">
      • RangeInputProps
    Index

    Properties

    Properties

    icon?: ReactNode | ((itemValue: number) => ReactNode)