Interface SettingsMenuButtonProps

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

Properties

Properties

icon?: ReactNode

The icon component used in the button.

menuStyle?: StyleProp<ViewStyle>

Overrides for the style of the menu.

Generated using TypeDoc