mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [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](
|
||
|---|---|---|
| .. | ||
| test | ||
| ts3.7 | ||
| v3 | ||
| cssprop.d.ts | ||
| index.d.ts | ||
| macro.d.ts | ||
| native.d.ts | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||