@aplus-frontend/ui
Version:
52 lines (51 loc) • 824 B
JavaScript
const t = () => ({
layout: {
type: String,
default: "vertical"
},
labelValues: {
type: Array,
default: () => []
},
tooltip: {
type: Boolean,
default: !0
},
labelAlign: {
type: String,
default: "left"
},
major: {
type: [String, Number, Object, Function],
default: null
},
minor: {
type: [String, Number, Object, Function],
default: null
},
majorColor: {
type: String,
default: ""
},
minorColor: {
type: String,
default: ""
}
}), e = () => ({
major: {
type: [String, Number, Object, Function],
default: null
},
minor: {
type: [String, Number, Object, Function],
default: null
},
layout: {
type: String,
default: "vertical"
}
});
export {
t as ApLadderProps,
e as ApLadderSimpleModeProps
};