chore(libs): export Align type

This commit is contained in:
moklick
2024-05-02 17:49:06 +02:00
parent ce9ce1db0b
commit c0de3ad941
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@ export type { SvelteFlowStore } from '$lib/store/types';
// system types
export {
type Align,
type SmoothStepPathOptions,
type BezierPathOptions,
ConnectionLineType,