refactor(svelte): cleanup types

This commit is contained in:
moklick
2023-02-22 17:26:41 +01:00
parent fb8d0d677e
commit f91ec399a7
16 changed files with 157 additions and 81 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
# @reactflow/core
# @reactflow/utils
Core components and util functions of React Flow.
Util functions of React Flow.
## Installation
```sh
npm install @reactflow/core
npm install @reactflow/utils
```