UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

9 lines (8 loc) 199 B
import { toValue } from "vue"; //#region src/utils/unref-element.ts function unrefElement(elRef) { const plain = toValue(elRef); return plain?.$el ?? plain; } //#endregion export { unrefElement };