(tag)
| 21790 | // |
| 21791 | var _styled = (function (styledComponent, constructWithOptions) { |
| 21792 | var styled = function styled(tag) { |
| 21793 | return constructWithOptions(styledComponent, tag); |
| 21794 | }; |
| 21795 | |
| 21796 | // Shorthands for all valid HTML Elements |
| 21797 | domElements.forEach(function (domElement) { |
no test coverage detected