f36c2337c26448799b488245c401bb7e6a42fe6ac88bd6c77fd7b30661cd31385ec2e7a07251b595a743807c54f0492ac6000ca5c5f3a8f9dc42393c769306 389 B

123456789101112131415161718192021
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. const splitterPanelProps = buildProps({
  3. min: {
  4. type: [String, Number]
  5. },
  6. max: {
  7. type: [String, Number]
  8. },
  9. size: {
  10. type: [String, Number]
  11. },
  12. resizable: {
  13. type: Boolean,
  14. default: true
  15. },
  16. collapsible: Boolean
  17. });
  18. export { splitterPanelProps };
  19. //# sourceMappingURL=split-panel.mjs.map