UNPKG

@ark-ui/vue

Version:

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

9 lines (8 loc) 215 B
let vue = require("vue"); //#region src/utils/unref-element.ts function unrefElement(elRef) { const plain = (0, vue.toValue)(elRef); return plain?.$el ?? plain; } //#endregion exports.unrefElement = unrefElement;