/** * Right sidebar tool. **/ export type GcRightSidebarTool = 'none' | 'reply-tool' | 'merge-pdf' | 'split-pdf'; /** * Right sidebar state. **/ export type GcRightSidebarState = 'collapsed' | 'expanded' | 'hidden';