fix(flow): computed getter type

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 13aae6aa3f
commit 981511c76f
6 changed files with 42 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
import useState from './state'
import { ComputedGetters } from './getters'
import {
Actions,
Connection,
@@ -14,6 +13,7 @@ import {
NodeDimensionChange,
NodePositionChange,
State,
ComputedGetters,
} from '~/types'
import {
applyNodeChanges as applyNodes,