From 9d3dde250c7d5f4d4e849916d2ec4d1bfeab790c Mon Sep 17 00:00:00 2001 From: Kira Date: Wed, 19 May 2021 13:51:07 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7826=20refactor:=20=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/shims-tsx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/shims-tsx.ts b/typescript/shims-tsx.ts index dc9d4da65..85c480d20 100644 --- a/typescript/shims-tsx.ts +++ b/typescript/shims-tsx.ts @@ -33,7 +33,7 @@ interface ElementClassProps extends UIProps { beforeRender(callback: () => void): void; beforeInit(callback: () => void): void; - render(): void; + render(): any; } declare namespace JSX {