We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59d11a commit e77a354Copy full SHA for e77a354
src/lib/litegraph/src/types/serialisation.ts
@@ -16,8 +16,8 @@ import type {
16
Size
17
} from '../interfaces'
18
import type { LiteGraph } from '../litegraph'
19
-import type { TWidgetValue } from '../types/widgets'
20
import type { RenderShape } from './globalEnums'
+import type { TWidgetValue } from './widgets'
21
22
/**
23
* An object that implements custom pre-serialization logic via {@link Serialisable.asSerialisable}.
0 commit comments