interface MenuViewProps {
    menu: ReactNode;
    style?: StyleProp<ViewStyle>;
}

Properties

Properties

menu: ReactNode

The menu to render inside the menu view.

The style overrides for the menu view.

Generated using TypeDoc