fix(system) exportet Optional type, fix(svelte) adjusted exported edge types

This commit is contained in:
Peter
2023-11-28 13:03:50 +01:00
parent 9f538c6b7c
commit 0393409e89
7 changed files with 12 additions and 8 deletions
+2
View File
@@ -1,3 +1,5 @@
import type { Optional } from '../utils/types';
export enum Position {
Left = 'left',
Top = 'top',
+1
View File
@@ -5,3 +5,4 @@ export * from './general';
export * from './marker';
export * from './node-toolbar';
export * from './store';
export * from './types';