UNPKG

@ark-ui/vue

Version:

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

9 lines (6 loc) 153 B
import { toValue } from 'vue'; function unrefElement(elRef) { const plain = toValue(elRef); return plain?.$el ?? plain; } export { unrefElement };