UNPKG

@vuesax-alpha/nightly

Version:
14 lines (9 loc) 360 B
'use strict'; 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