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

Function styled

code/styling/public/app.js:21792–21794  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

21790//
21791var _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) {

Callers 2

app.jsFile · 0.85
app.jsxFile · 0.85

Calls 1

constructWithOptionsFunction · 0.85

Tested by

no test coverage detected