| 3 | // FIXME |
| 4 | declare module 'styled-components' { |
| 5 | interface ThemedStyledComponentsModule<T> { |
| 6 | keyframes( |
| 7 | strings: TemplateStringsArray | string[], |
| 8 | ...interpolations: SimpleInterpolation[] |
| 9 | ): Keyframes; |
| 10 | } |
| 11 | |
| 12 | export interface BaseThemedCssFunction<T extends object> { |
| 13 | <P extends object>( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…