()
| 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, |
nothing calls this directly
no test coverage detected