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

Interface BackgroundColorProps

src/restyleFunctions.ts:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300export interface BackgroundColorProps<Theme extends BaseTheme> {
301 backgroundColor?: ResponsiveValue<
302 keyof Theme['colors'],
303 Theme['breakpoints']
304 >;
305}
306
307export interface BackgroundColorShorthandProps<Theme extends BaseTheme> {
308 bg?: ResponsiveValue<keyof Theme['colors'], 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…