UNPKG

@ark-ui/vue

Version:

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

13 lines (8 loc) 255 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const vue = require('vue'); function unrefElement(elRef) { const plain = vue.toValue(elRef); return plain?.$el ?? plain; } exports.unrefElement = unrefElement;