export type SplitterOrientation = 'vertical' | 'horizontal'; export type CollapseDirection = 'before' | 'after' | 'both';