interface CounterProps {
    disabled?: boolean;
    intent?: INTENT;
    size?: SIZE;
}

Properties

disabled?: boolean
intent?: INTENT
size?: SIZE