findElementFromVueRef
Find an Element from a ref, provided it is defined and not an array.
function findElementFromVueRef(ref: unknown): Element | undefined;
ref- The ref to extractElementfrom.
Returns an Element if ref is Vue or Element.
Otherwise undefined.