Lager - v5.2.0
    Preparing search index...

    Variable MenuStylesConst

    MenuStyles: {
        indicator: Partial<ViewStyle>;
        tab: Partial<ViewStyle>;
        tabBar: Partial<ViewStyle>;
    } = ...

    MenuStyles object.

    This object contains style definitions for various menu components in the application. It includes styles for the tab bar, individual tabs, and the tab indicator.

    Type declaration

    • indicator: Partial<ViewStyle>

      Style for the tab indicator.

    • tab: Partial<ViewStyle>

      Style for individual tabs.

    • tabBar: Partial<ViewStyle>

      Style for the tab bar container.