Interface CommonMenuProps

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

Hierarchy (view full)

Properties

Properties

children?: ReactNode

The menu's contents.

heading?: ReactNode

A slot for the menu's heading.

Generated using TypeDoc