fix serializeNodeWithId args

This commit is contained in:
Yanzhen Yu
2020-10-26 23:25:11 +08:00
parent 55c5038528
commit c822e344a8
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;
}