@ambuj.bhaskar/react-component-library 0.20.4-alpha → 0.20.5-alpha
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/dist/index.cjs +111 -111
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7137 -7139
- package/dist/index.umd.js +111 -111
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -957,7 +957,7 @@ export declare const MapView: React.FC<MapViewProps>;
|
|
|
957
957
|
export declare type MapViewProps = {
|
|
958
958
|
mapConfig: {
|
|
959
959
|
defaultZoom: number;
|
|
960
|
-
defaultCenter
|
|
960
|
+
defaultCenter?: TPositionType;
|
|
961
961
|
defaultMapProvider: {
|
|
962
962
|
url: string;
|
|
963
963
|
attribution: string;
|