UNPKG

@atlaskit/popup

Version:

A popup displays brief content in an overlay.

3 lines (2 loc) 353 B
import { type Dispatch, type SetStateAction } from 'react'; export declare const useGetMemoizedMergedTriggerRef: () => import("memoize-one").MemoizedFn<(ref: React.RefCallback<HTMLElement> | React.MutableRefObject<HTMLElement> | null, setTriggerRef: Dispatch<SetStateAction<HTMLElement | null>>, isOpen: boolean) => (node: HTMLElement | null) => void>;