mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 19:10:47 +02:00
# Description of Changes Move frontend code into `core` folder and add infrastructure for `proprietary` folder to include premium, non-OSS features
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
// Tool panel constants
|
|
|
|
export type ToolPanelMode = 'sidebar' | 'fullscreen';
|
|
|
|
export const DEFAULT_TOOL_PANEL_MODE: ToolPanelMode = 'sidebar';
|