MCPcopy
hub / github.com/Redocly/redoc / ThemedStyledComponentsModule

Interface ThemedStyledComponentsModule

typings/styled-patch.d.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3// FIXME
4declare 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>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…