There was an error while loading. Please reload this page.
1 parent 61902df commit 7facd49Copy full SHA for 7facd49
1 file changed
src/component/toolbar/ToolTypes.ts
@@ -28,9 +28,7 @@ export type MainTool = keyof NMRiumToolBarPreferences;
28
/**
29
* Tools that are selectable in panels, not in the main toolbar.
30
*/
31
-export type PanelTool =
32
- | 'databaseRangesSelection'
33
- | 'matrixGenerationExclusionZones';
+type PanelTool = 'databaseRangesSelection' | 'matrixGenerationExclusionZones';
34
35
export type Tool = MainTool | PanelTool;
36
0 commit comments