@moxijs/ui - v0.3.5
    Preparing search index...

    Interface TabItem

    interface TabItem {
        content: UIComponent;
        disabled?: boolean;
        key: string;
        label: string;
    }
    Index

    Properties

    content: UIComponent
    disabled?: boolean
    key: string
    label: string