Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface NavigationTabProps

    interface NavigationTabProps {
        "aria-label"?: string;
        icon: ComponentType<{ size?: number }>;
        isActive: boolean;
        label: string;
        onClick: () => void;
        title?: string;
    }
    Index

    Properties

    "aria-label"?: string
    icon: ComponentType<{ size?: number }>
    isActive: boolean
    label: string
    onClick: () => void
    title?: string