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

Function StyledComponent

code/styling/public/app.js:21590–21593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21588 inherits(StyledComponent, _ParentComponent);
21589
21590 function StyledComponent() {
21591 classCallCheck(this, StyledComponent);
21592 return possibleConstructorReturn(this, _ParentComponent.apply(this, arguments));
21593 }
21594
21595 StyledComponent.withComponent = function withComponent(tag) {
21596 var previousComponentId = options.componentId,

Callers

nothing calls this directly

Calls 2

classCallCheckFunction · 0.85

Tested by

no test coverage detected