| 290 | >; |
| 291 | } |
| 292 | export interface OpacityProps<Theme extends BaseTheme> { |
| 293 | opacity?: ResponsiveValue<number, Theme['breakpoints']>; |
| 294 | } |
| 295 | |
| 296 | export interface VisibleProps<Theme extends BaseTheme> { |
| 297 | visible?: ResponsiveValue<boolean, Theme['breakpoints']>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…