Interface CommonMenuProps

interface CommonMenuProps {
    children?: ReactNode;
    heading?: ReactNode;
}

Hierarchy (View Summary)

Properties

Properties

children?: ReactNode

The menu's contents.

heading?: ReactNode

A slot for the menu's heading.