Preparing search index...
    type TabItem<KEY_ENUM extends string = string> = {
        "data-qaid"?: string;
        hasError?: boolean;
        isDisabled?: boolean;
        key: KEY_ENUM;
        leftIcon?: ReactNode;
        rightIcon?: ReactNode;
        tab: ReactNode;
    }

    Type Parameters

    • KEY_ENUM extends string = string
    Index

    Properties

    "data-qaid"?: string
    hasError?: boolean
    isDisabled?: boolean
    leftIcon?: ReactNode
    rightIcon?: ReactNode