interface MenuTitleProps {
    label: string;
    style?: StyleProp<TextStyle>;
}

Properties

Properties

label: string

The label of the menu title component.

The style overrides.

Generated using TypeDoc