Preparing search index...
    interface CounterProps {
        disabled?: boolean;
        intent?: CounterIntent;
        size?: SIZE;
    }
    Index

    Properties

    disabled?: boolean
    intent?: CounterIntent
    size?: SIZE