UNPKG

@wikimedia/codex

Version:

Codex Design System for Wikimedia

10 lines (9 loc) 279 B
import { MaybeElement } from '@floating-ui/vue'; /** * Unwraps the component instance (if needed) and returns the element. * * @param element * * @return {element} */ export declare function unwrapElement<T extends Element>(element: MaybeElement<T>): T | null | undefined;