fix serializeNodeWithId args

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 4118f12582
commit f8c0643eb8
3 changed files with 12 additions and 0 deletions

View File

@@ -50,4 +50,6 @@ export declare class Replayer {
private warnNodeNotFound;
private warnCanvasMutationFailed;
private debugNodeNotFound;
private warn;
private debug;
}