Created
December 3, 2018 18:27
-
-
Save gtkatakura-bysoft/deb698e729dc69b69f1a2ce7eff61f00 to your computer and use it in GitHub Desktop.
styled-components native workaround types for v4.1.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import styled from 'types-styled-components-v3/native' | |
export default styled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "styled-components-test", | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"dependencies": { | |
"styled-components": "^4.1.2" | |
}, | |
"devDependencies": { | |
"@types/styled-components": "^4.1.3", | |
"types-styled-components-v3": "https://github.com/styled-components/styled-components#v3.4.10" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"baseUrl": "@types", | |
"typeRoots": [ | |
"./@types" | |
], | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment