ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface StepperProps

    interface StepperProps {
        defaultValue?: number;
        value?: number;
        onValueChange?: (value: number) => void;
        orientation?: StepperOrientation;
        indicators?: StepIndicators;
    }

    Hierarchy

    • HTMLAttributes<HTMLDivElement>
      • StepperProps
    Index

    Properties

    defaultValue?: number
    value?: number
    onValueChange?: (value: number) => void
    orientation?: StepperOrientation
    indicators?: StepIndicators