| 294 | } |
| 295 | |
| 296 | export interface VisibleProps<Theme extends BaseTheme> { |
| 297 | visible?: ResponsiveValue<boolean, Theme['breakpoints']>; |
| 298 | } |
| 299 | |
| 300 | export interface BackgroundColorProps<Theme extends BaseTheme> { |
| 301 | backgroundColor?: ResponsiveValue< |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…