MCPcopy
hub / github.com/Shopify/restyle / OpacityProps

Interface OpacityProps

src/restyleFunctions.ts:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 >;
291}
292export interface OpacityProps<Theme extends BaseTheme> {
293 opacity?: ResponsiveValue<number, Theme['breakpoints']>;
294}
295
296export interface VisibleProps<Theme extends BaseTheme> {
297 visible?: ResponsiveValue<boolean, Theme['breakpoints']>;

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…