UNPKG

@vuesax-alpha/nightly

Version:
27 lines (24 loc) 463 B
import '../../../utils/index.mjs'; import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const barProps = 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 } }); export { barProps }; //# sourceMappingURL=bar.mjs.map