Skip to content

Commit 7facd49

Browse files
committed
chore: do not export PanelTool
1 parent 61902df commit 7facd49

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/component/toolbar/ToolTypes.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ export type MainTool = keyof NMRiumToolBarPreferences;
2828
/**
2929
* Tools that are selectable in panels, not in the main toolbar.
3030
*/
31-
export type PanelTool =
32-
| 'databaseRangesSelection'
33-
| 'matrixGenerationExclusionZones';
31+
type PanelTool = 'databaseRangesSelection' | 'matrixGenerationExclusionZones';
3432

3533
export type Tool = MainTool | PanelTool;
3634

0 commit comments

Comments
 (0)