@sanity/google-maps-input
6.1.26.1.3
dist/index.d.ts~
dist/index.d.tsModified+1−4
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -4,12 +4,9 @@
* before/after static map preview using `DiffFromTo`, matching the look of the
* built-in image diff. Handles both types: the preview detects a `radius` field
* and draws the radius circle when present.
*/
-declare function GeopointDiff({
- diff,
- schemaType
-}: DiffProps<ObjectDiff>): import("react").JSX.Element;
+declare function GeopointDiff({ diff, schemaType }: DiffProps<ObjectDiff>): import("react").JSX.Element;
interface LatLng {
lat: number;
lng: number;
}