Interface ClickAwayValue

A value returned from the useClickAway hook.

interface ClickAwayValue {
    containerProps: DOMAttributes<Element>;
}

Properties

Properties

containerProps: DOMAttributes<Element>

Props of a container element that can receive clicks without triggering click away.

An object which identity never changes between renders.

MMNEPVFCICPMFPCPTTAAATR