| 1234567891011121314151617 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var runtime = require('../../../utils/vue/props/runtime.js');
- const splitterProps = runtime.buildProps({
- layout: {
- type: String,
- default: "horizontal",
- values: ["horizontal", "vertical"]
- },
- lazy: Boolean
- });
- exports.splitterProps = splitterProps;
- //# sourceMappingURL=splitter.js.map
|