mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Add overload to styled-components to improve perf
This commit is contained in:
Vendored
+1
@@ -214,6 +214,7 @@ export interface ThemedStyledFunctionBase<
|
||||
O extends object = {},
|
||||
A extends keyof any = never
|
||||
> {
|
||||
(first: TemplateStringsArray): StyledComponent<C, T, O, A>;
|
||||
(
|
||||
first:
|
||||
| TemplateStringsArray
|
||||
|
||||
Reference in New Issue
Block a user