UNPKG

element-plus

Version:

A Component Library for Vue 3

26 lines (21 loc) 557 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var runtime = require('../../../utils/vue/props/runtime.js'); const dividerProps = runtime.buildProps({ direction: { type: String, values: ["horizontal", "vertical"], default: "horizontal" }, contentPosition: { type: String, values: ["left", "center", "right"], default: "center" }, borderStyle: { type: runtime.definePropType(String), default: "solid" } }); exports.dividerProps = dividerProps; //# sourceMappingURL=divider.js.map