Interface RangeInputProps

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

Hierarchy

  • Omit<FormComponentProps, "type">
    • RangeInputProps

Properties

Properties

icon?: ReactNode | (value: number) => ReactNode
MMNEPVFCICPMFPCPTTAAATR