react-code-dataset / next.js /crates /next-custom-transforms /tests /loader /styled-components /1 /input.js
| import styled from 'styled-components' | |
| export const foo = styled.input` | |
| color: red; | |
| ` | |
| import styled from 'styled-components' | |
| export const foo = styled.input` | |
| color: red; | |
| ` | |