Split LGraphGroup out to TS file

This commit is contained in:
filtered
2024-09-25 18:07:12 +10:00
committed by Chenlei Hu
parent 1c835b04dc
commit d7c8a52351
3 changed files with 254 additions and 248 deletions

View File

@@ -1,5 +1,6 @@
// @ts-nocheck
import { LiteGraph, LGraphCanvas, LGraphGroup } from "./litegraph";
import { LiteGraph, LGraphCanvas } from "./litegraph";
import { LGraphGroup } from "./LGraphGroup";
import { LGraphNode } from "./LGraphNode";
import { LLink } from "./LLink";