Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100936770
useWaitForDOMRef.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 4, 02:58
Size
655 B
Mime Type
text/x-java
Expires
Thu, Feb 6, 02:58 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24056723
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
useWaitForDOMRef.d.ts
View Options
/// <reference types="react" />
import { VirtualElement } from './usePopper';
export declare type DOMContainer<T extends HTMLElement | VirtualElement = HTMLElement> = T | React.RefObject<T> | null | (() => T | React.RefObject<T> | null);
export declare const resolveContainerRef: <T extends HTMLElement | import("@popperjs/core").VirtualElement>(ref: DOMContainer<T> | undefined, document?: Document | undefined) => HTMLBodyElement | T | null;
export default function useWaitForDOMRef<T extends HTMLElement | VirtualElement = HTMLElement>(ref: DOMContainer<T> | undefined, onResolved?: (element: T | HTMLBodyElement) => void): HTMLBodyElement | T | null;
Event Timeline
Log In to Comment