UNPKG

@mescius/dspdfviewer

Version:
9 lines (8 loc) 226 B
/** * Right sidebar tool. **/ export type GcRightSidebarTool = 'none' | 'reply-tool' | 'merge-pdf' | 'split-pdf'; /** * Right sidebar state. **/ export type GcRightSidebarState = 'collapsed' | 'expanded' | 'hidden';