diff --git a/types/styled-components/index.d.ts b/types/styled-components/index.d.ts index c6210edf91..f436b8d490 100644 --- a/types/styled-components/index.d.ts +++ b/types/styled-components/index.d.ts @@ -82,7 +82,7 @@ export interface ThemedStyledFunction
{
strings: TemplateStringsArray,
...interpolations: Array ;
- attrs = {}>(
+ attrs & { [others: string]: any; } = {}>(
attrs: Attrs