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