Skip to content

Commit 009db32

Browse files
committed
docs: remove latlng prop from README
1 parent 158ad0d commit 009db32

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ _Note_: No link types are enabled by default as of v4. Be sure to enable one or
4646
- [`component?`](#component)
4747
- [`email?`](#email)
4848
- [`hashtag?`](#hashtag)
49-
- [`latlng?`](#latlng)
5049
- [`linkProps?`](#linkprops)
5150
- [`linkStyle?`](#linkstyle)
5251
- [`matchers?`](#matchers)
@@ -99,18 +98,6 @@ _Note_: No link types are enabled by default as of v4. Be sure to enable one or
9998
<Autolink text={text} hashtag="facebook" />
10099
```
101100

102-
### `latlng`
103-
104-
| Type | Required | Default | Description |
105-
| ------- | -------- | ------- | ------------------------------------------ |
106-
| boolean | No | `false` | Whether to link latitude, longitude pairs. |
107-
108-
_Warning:_ Still experimental.
109-
110-
```js
111-
<Autolink text={text} latlng />
112-
```
113-
114101
### `linkProps`
115102

116103
| Type | Required | Default | Description |

0 commit comments

Comments
 (0)