React Hookers - v6.3.0
    Preparing search index...

    Interface HeadlessMenuValue

    A value returned from the useMenu hook.

    interface HeadlessMenuValue {
        menuProps: HTMLAttributes<HTMLElement>;
    }
    Index

    Properties

    Properties

    menuProps: HTMLAttributes<HTMLElement>

    Props of an element that must have a menu behavior.

    An object which identity never changes between renders.