File size: 173 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import styled from 'styled-components';
export var foo = styled.input.withConfig({
displayName: "input__foo",
componentId: "sc-21a13c03-0"
})([
"color:red;"
]);
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import styled from 'styled-components';
export var foo = styled.input.withConfig({
displayName: "input__foo",
componentId: "sc-21a13c03-0"
})([
"color:red;"
]);
|