UNPKG

element-plus

Version:

A Component Library for Vue 3

17 lines (12 loc) 359 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var props = require('../../../utils/vue/props.js'); const usePopperArrowProps = props.buildProps({ arrowOffset: { type: Number, default: 5 } }); exports.usePopperArrowProps = usePopperArrowProps; //# sourceMappingURL=arrow.js.map