@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
16 lines (11 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const arrowProps = runtime.buildProps({
less: {
type: Boolean
}
});
exports.arrowProps = arrowProps;
//# sourceMappingURL=arrow.js.map