MCPcopy Index your code
hub / github.com/Shopify/restyle / VisibleProps

Interface VisibleProps

src/restyleFunctions.ts:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296export interface VisibleProps<Theme extends BaseTheme> {
297 visible?: ResponsiveValue<boolean, Theme['breakpoints']>;
298}
299
300export interface BackgroundColorProps<Theme extends BaseTheme> {
301 backgroundColor?: ResponsiveValue<

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…