platform-bible-react
    Preparing search index...

    Type Alias TabKeyValueContent

    type TabKeyValueContent = {
        content: ReactNode;
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    content: ReactNode
    key: string
    value: string