Files
ctms/frontend/node_modules/element-plus/lib/components/splitter/src/split-panel.js
T

30 lines
652 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var runtime = require('../../../utils/vue/props/runtime.js');
const splitterPanelProps = runtime.buildProps({
min: {
type: [String, Number]
},
max: {
type: [String, Number]
},
size: {
type: [String, Number]
},
resizable: {
type: Boolean,
default: true
},
collapsible: Boolean
});
const splitterPanelEmits = {
"update:size": (value) => typeof value === "number" || typeof value === "string"
};
exports.splitterPanelEmits = splitterPanelEmits;
exports.splitterPanelProps = splitterPanelProps;
//# sourceMappingURL=split-panel.js.map