Merge pull request #5444 from paula-stacho/export-minimapnode

Export MiniMapNode
This commit is contained in:
Moritz Klack
2025-08-12 13:52:38 +02:00
committed by GitHub
4 changed files with 13 additions and 0 deletions
@@ -1,2 +1,3 @@
export { MiniMap } from './MiniMap';
export { MiniMapNode } from './MiniMapNode';
export * from './types';