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 {