MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / isStyledComponent

Function isStyledComponent

code/styling/public/app.js:19937–19939  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

19935//
19936
19937function isStyledComponent(target) /* : %checks */{
19938 return typeof target === 'function' && typeof target.styledComponentId === 'string';
19939}
19940
19941//
19942

Callers 3

app.jsFile · 0.85
isStaticRulesFunction · 0.85
wrapWithThemeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected