Commit 2ffb684
Add Marker icon property introduced in react-native-maps#2650 to index.d.ts (react-native-maps#2705)
### Does any other open PR do the same thing?
No.
### What issue is this PR fixing?
With TypeScript, trying to use the Marker's icon property results in an error, since the `index.d.ts` does not yet declare the property that was added in react-native-maps#2650.
### How did you test this PR?
Tested by editing the `index.d.ts` locally. Since there are no functional changes, this is a trivial change.1 parent c0bd0ff commit 2ffb684
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
0 commit comments