diff --git a/types/index.d.ts b/types/index.d.ts index c638b7b3..9a7ad6cb 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -7,3 +7,9 @@ declare global { } } } + +declare module 'react' { + interface DOMAttributes { + css?: any; + } +}