@arcmantle/adapter-element
    Preparing search index...

    Variable createRefConst

    createRef: <T = Element>() => Ref<T>

    Creates a new Ref object, which is container for a reference to an element.

    Type declaration

      • <T = Element>(): Ref<T>
      • Type Parameters

        • T = Element

        Returns Ref<T>