UNPKG
react-metrics
Version:
latest (2.4.1)
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.1.1
2.1.0
2.0.0
1.2.1
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-rc2
1.0.0-rc1
An analytics library for React.js
github.com/nfl/react-metrics
nfl/react-metrics
react-metrics
/
src
/
react
/
PropTypes.js
16 lines
(12 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import {shape,
object
,
string
}
from
"prop-types"
; export
const
metrics
=
object
; export
const
location
=
shape
({
pathname
:
string
.isRequired,
search
:
string
.isRequired,
query
:
object
,
state
:
object
}); export
default
{ metrics, location };