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

Interface ColorProps

src/restyleFunctions.ts:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283];
284
285export 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}
292export interface OpacityProps<Theme extends BaseTheme> {
293 opacity?: ResponsiveValue<number, Theme['breakpoints']>;
294}

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…