@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
27 lines (24 loc) • 463 B
JavaScript
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