mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[styled-components] Remove unneeded annotation
This raises an implicitAny error in 3.7, but builds correctly on older versions.
This commit is contained in:
parent
d59a388790
commit
b42902ce60
@ -728,7 +728,7 @@ async function typedThemes() {
|
||||
${({ ok }: { ok: boolean }) =>
|
||||
ok &&
|
||||
css`
|
||||
color: ${({ theme: { color } }: { theme: typeof theme }) => color};
|
||||
color: ${({ theme: { color } }) => color};
|
||||
`}
|
||||
`;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user