feat(svelte): add background

This commit is contained in:
moklick
2023-02-19 18:07:50 +01:00
parent 90ac61a6bd
commit 51fd1cc01a
10 changed files with 135 additions and 42 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import SvelteFlow from '$lib/container/SvelteFlow.svelte';
export { default as Controls } from '$lib/plugins/Controls/index.svelte';
export { Controls, ControlButton } from '$lib/plugins/Controls';
export { Background, BackgroundVariant } from '$lib/plugins/Background';
export default SvelteFlow;