From 2279621a471c0f0f98c9e8015549633670e523a7 Mon Sep 17 00:00:00 2001 From: Kira Date: Wed, 19 May 2021 14:19:49 +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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/typescript/shims-tsx.ts b/typescript/shims-tsx.ts index 85c480d20..daf5ac1e2 100644 --- a/typescript/shims-tsx.ts +++ b/typescript/shims-tsx.ts @@ -26,8 +26,11 @@ interface ElementClassProps extends UIProps { invisible: boolean; invalid: boolean; attributes: { - [key: string]: any - } + [key: string]: any; + }; + css: { + [key: string]: any; + }; tagName: string; element: any;