UNPKG

@vuesax-alpha/nightly

Version:
31 lines (26 loc) 553 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const barProps = runtime.buildProps({ always: { type: Boolean, default: true }, width: { type: String }, height: { type: String }, ratioX: { type: Number, default: 1 }, ratioY: { type: Number, default: 1 }, thickness: { type: [Number, String], default: 6 } }); exports.barProps = barProps; //# sourceMappingURL=bar.js.map