Interface LanguageMenuButtonProps

interface LanguageMenuButtonProps {
    icon?: ReactNode;
    menuStyle?: StyleProp<ViewStyle>;
}

Properties

Properties

icon?: ReactNode

The icon component used in the button.

menuStyle?: StyleProp<ViewStyle>

The style overrides.

Generated using TypeDoc