| 283 | ]; |
| 284 | |
| 285 | export interface ColorProps<Theme extends BaseTheme> { |
| 286 | color?: ResponsiveValue<keyof Theme['colors'], Theme['breakpoints']>; |
| 287 | textDecorationColor?: ResponsiveValue< |
| 288 | keyof Theme['colors'], |
| 289 | Theme['breakpoints'] |
| 290 | >; |
| 291 | } |
| 292 | export interface OpacityProps<Theme extends BaseTheme> { |
| 293 | opacity?: ResponsiveValue<number, Theme['breakpoints']>; |
| 294 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…