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;