Match-id-4bf53a1a96a0b53ef5e7c1f805eebe2f253d6d38

This commit is contained in:
* 2022-01-21 11:22:21 +08:00 committed by *
parent 1821366d0f
commit 7d5fffc232
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export type JSXElement = {
key: any;
ref: any;
props: any;
_vNode: any;
belongClassVNode: any;
};