feat(svelte): add SvelteFlowProvider and useSvelteFlow hook
This commit is contained in:
@@ -3,6 +3,8 @@ import { SvelteFlow } from '$lib/container/SvelteFlow';
|
||||
export * from '$lib/container/SvelteFlow';
|
||||
export * from '$lib/container/Panel';
|
||||
|
||||
export * from '$lib/components/SvelteFlowProvider';
|
||||
|
||||
export * from '$lib/plugins/Controls';
|
||||
export * from '$lib/plugins/Background';
|
||||
export * from '$lib/plugins/Minimap';
|
||||
@@ -10,4 +12,6 @@ export * from '$lib/plugins/Minimap';
|
||||
export * from '$lib/types';
|
||||
export * from '$lib/utils';
|
||||
|
||||
export * from '$lib/hooks/useSvelteFlow';
|
||||
|
||||
export default SvelteFlow;
|
||||
|
||||
Reference in New Issue
Block a user