element-plus
Version:
A Component Library for Vue 3
27 lines (22 loc) • 579 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var props = require('../../../utils/vue/props.js');
const dividerProps = props.buildProps({
direction: {
type: String,
values: ["horizontal", "vertical"],
default: "horizontal"
},
contentPosition: {
type: String,
values: ["left", "center", "right"],
default: "center"
},
borderStyle: {
type: props.definePropType(String),
default: "solid"
}
});
exports.dividerProps = dividerProps;
//# sourceMappingURL=divider.js.map
;