geoview-core
    Preparing search index...

    Type Alias TypeTabs

    Type used for properties of each tab

    type TypeTabs = {
        content?: JSX.Element | string;
        icon?: JSX.Element;
        id: string;
        label: string;
        value: number;
    }
    Index

    Properties

    content?: JSX.Element | string
    icon?: JSX.Element
    id: string
    label: string
    value: number