File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ export class InfoWindow extends React.Component {
8484}
8585
8686InfoWindow . propTypes = {
87- children : React . PropTypes . element . isRequired ,
88- map : React . PropTypes . object ,
89- marker : React . PropTypes . object ,
90- visible : React . PropTypes . bool ,
87+ children : T . element . isRequired ,
88+ map : T . object ,
89+ marker : T . object ,
90+ visible : T . bool ,
9191
9292 // callbacks
93- onClose : React . PropTypes . func ,
94- onOpen : React . PropTypes . func
93+ onClose : T . func ,
94+ onOpen : T . func
9595}
9696
9797InfoWindow . defaultProps = {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export class Marker extends React.Component {
8282
8383Marker . propTypes = {
8484 position : T . object ,
85- map : React . PropTypes . object
85+ map : T . object
8686}
8787
8888evtNames . forEach ( e => Marker . propTypes [ e ] = T . func )
You can’t perform that action at this time.
0 commit comments