evader for preset

This commit is contained in:
wass08
2026-03-04 15:17:01 +01:00
parent 23ed54cb6a
commit d79d54c4d8
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@ type ToolEvents = {
type PresetEvents = {
'preset:generate-thumbnail': { presetId: string; nodeId: string }
'preset:thumbnail-updated': { presetId: string; thumbnailUrl: string }
}
type EditorEvents = GridEvents &