Type AliasTabKeyValueContent

TabKeyValueContent: {
    content: ReactNode;
    key: string;
    value: string;
}