Package-level declarations

Types

Link copied to clipboard
external interface AutoUpdateOptions

Functions

Link copied to clipboard
external fun autoUpdate(reference: Element, floating: Element, update: () -> Unit, options: AutoUpdateOptions = definedExternally): () -> Unit
Link copied to clipboard
external fun computePosition(reference: Element, floating: Element, config: ComputePositionConfig = definedExternally): Promise<ComputePositionReturn>