Interface HeadlessMenuValue

A value returned from the useMenu hook.

interface HeadlessMenuValue {
    menuProps: HTMLAttributes<HTMLElement>;
}

Properties

Properties

menuProps: HTMLAttributes<HTMLElement>

Props of an element that must have a menu behavior.

An object which identity never changes between renders.