interface ScrollableMenuProps {
    items?: ReactNode;
    title: string;
}

Properties

Properties

items?: ReactNode

The items to be put in the scrollable menu.

title: string

The title of the scrollable menu.

Generated using TypeDoc