import { default as Splitter } from './Splitter.vue'; import { default as SplitterPanel } from './SplitterPanel.vue'; import { default as SplitterHandle } from './SplitterHandle.vue'; export { Splitter as VxSplitter }; export { SplitterPanel as VxSplitterPanel }; export { SplitterHandle as VxSplitterHandle }; export { splitterProps, splitterPanelProps, splitterHandleProps } from './splitter'; export type { SplitterProps, SplitterPanelProps, SplitterHandleProps, SplitterDirection } from './splitter';