DefinitelyTyped/types/styled-components
Andreas Källberg 8d5ca30bb4
[styled-components] Add missing react-native components (#42092)
* [styled-components] Add missing react-native components

Some react-native components that are included in styled-components was missing from the `ReactNativeStyledInterface`. I added them by applying the following regex:
```
s/\(.*\)/  \1: ReactNativeThemedStyledFunction<\r    typeof ReactNative.\1,\r    T\r  >;/
```
to the string `aliases` from [here](43f6fbe1d9/packages/styled-components/src/native/index.js (L23-L29)).

* [styled-components] Remove invalid RN declarations

I removed every of my newly added declarations that typescript complained about.

* [styled-components] RN: Revert bad changes

Some of the previous changes made typescript complain. I've restored those to how they were before.

* [styled-components] Fix formatting
2020-02-11 08:42:33 -08:00
..
test
ts3.7
v3
cssprop.d.ts
index.d.ts
macro.d.ts
native.d.ts
package.json
tsconfig.json
tslint.json