identity-admin-ui 1.12.14 → 1.12.16
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/lib/index.d.ts
CHANGED
|
@@ -1106,6 +1106,8 @@ interface LocationOption {
|
|
|
1106
1106
|
type: 'Point';
|
|
1107
1107
|
coordinates: [longitude: number, latitude: number];
|
|
1108
1108
|
};
|
|
1109
|
+
city?: string;
|
|
1110
|
+
neighborhood?: string;
|
|
1109
1111
|
}
|
|
1110
1112
|
type PlaceState = react.Dispatch<react.SetStateAction<LocationOption | null>>;
|
|
1111
1113
|
type IProps$3 = {
|