@geogirafe/lib-geoportal
    Preparing search index...

    Represents the header text and state of a tab.

    interface TabHeader {
        active: boolean;
        id: string;
        text: string;
    }
    Index

    Properties

    Properties

    active: boolean
    id: string
    text: string