@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
14 lines (9 loc) • 360 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../../utils/index.js');
var types = require('../../../../utils/types.js');
function unwrapElement(element) {
return !types.isElement(element) ? element.contextElement : element;
}
exports.unwrapElement = unwrapElement;
//# sourceMappingURL=unwrap-element.js.map