export { default } from './index.vue'; export { default as SplitterGroup } from './SplitterGroup.vue'; export { default as SplitterPanel } from './SplitterPanel.vue'; export { default as SplitterResizeHandle } from './SplitterResizeHandle.vue'; export type { SplitterGroupCustomProps, SplitterPanelCustomProps, SplitterResizeHandleCustomProps, SplitterGroupSlots, SplitterPanelSlots, SplitterResizeHandleSlots, } from './types';