@markerjs/markerjs3 3.0.0-rc.1 → 3.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/markerjs3.d.ts +1 -1
- package/markerjs3.js +1 -1
- package/markerjs3.js.map +1 -1
- package/package.json +1 -1
- package/umd/markerjs3.js +1 -1
- package/umd/markerjs3.js.map +1 -1
package/markerjs3.d.ts
CHANGED
|
@@ -1243,7 +1243,7 @@ declare class HighlightMarker extends ShapeMarkerBase {
|
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Represents the state of a callout marker.
|
|
1245
1245
|
*/
|
|
1246
|
-
interface CalloutMarkerState extends TextMarkerState {
|
|
1246
|
+
interface CalloutMarkerState extends TextMarkerState, ShapeMarkerBaseState {
|
|
1247
1247
|
/**
|
|
1248
1248
|
* Coordinates of the position of the tip of the callout.
|
|
1249
1249
|
*/
|