@trackcode/map
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0
@@ -1,3 +0,3 @@ | ||
import { PureComponent } from "react"; | ||
import PropTypes from "prop-types"; | ||
/// <reference types="googlemaps" /> | ||
import React, { PureComponent } from "react"; | ||
import { MapLocation } from "../types/index"; | ||
@@ -16,6 +16,5 @@ declare type DirectionPoint = { | ||
}; | ||
export declare class Directions extends PureComponent<DirectionsProps> { | ||
static contextTypes: { | ||
map: PropTypes.Validator<PropTypes.InferProps<{}>>; | ||
}; | ||
export declare class DirectionsComp extends PureComponent<DirectionsProps & { | ||
map: google.maps.Map<HTMLElement> | null; | ||
}> { | ||
static defaultProps: { | ||
@@ -46,2 +45,3 @@ wayPoints: any[]; | ||
} | ||
export declare const Directions: React.FC<DirectionsProps>; | ||
export {}; |
{ | ||
"name": "@trackcode/map", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "private": false, | ||
}, | ||
"gitHead": "535085482ee20cae4627608b21d73727e058026d" | ||
"gitHead": "f332431063d4aecf95f810420cab00939bc07f11" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
291682
29
5961
1