Interface ExhibitPopperRef

interface ExhibitPopperRef {
    element: (() => HTMLElement);
    instance: (() => Instance);
}

Properties

Properties

element: (() => HTMLElement)

Type declaration

    • (): HTMLElement
    • Returns HTMLElement

instance: (() => Instance)

Type declaration

    • (): Instance
    • Returns Instance