react-code-dataset
/
next.js
/crates
/next-custom-transforms
/tests
/loader
/styled-components
/1
/output.js
| import styled from 'styled-components'; | |
| export var foo = styled.input.withConfig({ | |
| displayName: "input__foo", | |
| componentId: "sc-21a13c03-0" | |
| })([ | |
| "color:red;" | |
| ]); | |