Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19937
function
isStyledComponent(target) /* : %checks */{
19938
return
typeof target ===
'function'
&& typeof target.styledComponentId ===
'string'
;
19939
}
19940
19941
//
19942
Callers
3
app.js
File · 0.85
isStaticRules
Function · 0.85
wrapWithTheme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected