@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 [[MMapDefaultMarker]]
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappable-world/mappable-types",
3
- "version": "1.0.15194938",
3
+ "version": "1.0.15285770",
4
4
  "description": "Types for mappable maps library",
5
5
  "main": "",
6
6
  "types": "index.d.ts",