searchsmartly-ui 0.0.111 → 0.0.112

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.d.ts CHANGED
@@ -632,7 +632,6 @@ declare const GoogleAutocomplete: react.FC<{
632
632
  reset?: boolean;
633
633
  apiKey: string;
634
634
  helperText?: string;
635
- defaultAddress?: string;
636
635
  noOptionsText?: string;
637
636
  city?: string;
638
637
  sx?: Record<string, unknown>;