Renamed to ViewportPortal

This commit is contained in:
peterkogo
2023-12-14 14:27:05 +01:00
parent cc7c49223b
commit 7bb96c9817
8 changed files with 9 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ export * from '$lib/container/SvelteFlow/types';
export * from '$lib/container/Panel';
export * from '$lib/components/SvelteFlowProvider';
export * from '$lib/components/EdgeLabelRenderer';
export * from '$lib/components/ViewportPortal';
export * from '$lib/components/BaseEdge';
export { BezierEdge, StepEdge, SmoothStepEdge, StraightEdge } from '$lib/components/edges';
export * from '$lib/components/Handle';