@mappable-world/mappable-types 1.0.15194938 → 1.0.15285770
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.
|
@@ -56,7 +56,7 @@ declare const defaultProps: Readonly<{
|
|
|
56
56
|
type DefaultProps = typeof defaultProps;
|
|
57
57
|
/**
|
|
58
58
|
* The marker component on the map. Allows you to insert your own DOM implementation of the marker.
|
|
59
|
-
* > Does not provide a default implementation. See [
|
|
59
|
+
* > Does not provide a default implementation. See `MMapDefaultMarker` from [@mappable-world/mappable-default-ui-theme](https://www.npmjs.com/package/@mappable-world/mappable-default-ui-theme)
|
|
60
60
|
*
|
|
61
61
|
* @example
|
|
62
62
|
* ```javascript
|