CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...
    interface TabProps {
        label: string;
        value: string;
        isActive?: boolean;
        onClick: (value: string) => void;
        testId?: string;
    }
    Index

    Properties

    label: string
    value: string
    isActive?: boolean
    onClick: (value: string) => void
    testId?: string