Circle V2 API Docs
    Preparing search index...

    Type Alias PinInputProps

    PinInputProps: ChakraPinInput.RootProps & {
        attached?: boolean;
        count?: number;
        inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
        ref?: React.Ref<HTMLInputElement>;
        rootRef?: React.Ref<HTMLDivElement | null>;
    }