UNPKG

element-plus

Version:

A Component Library for Vue 3

22 lines (19 loc) 389 B
import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const splitterPanelProps = buildProps({ min: { type: [String, Number] }, max: { type: [String, Number] }, size: { type: [String, Number] }, resizable: { type: Boolean, default: true }, collapsible: Boolean }); export { splitterPanelProps }; //# sourceMappingURL=split-panel.mjs.map