searchsmartly-ui 0.0.112 → 0.0.113

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
@@ -629,6 +629,7 @@ declare const GoogleAutocomplete: react.FC<{
629
629
  isInvalid?: boolean;
630
630
  disableComponentRestrictions?: boolean;
631
631
  showLocationIcon?: boolean;
632
+ isDefault?: boolean;
632
633
  reset?: boolean;
633
634
  apiKey: string;
634
635
  helperText?: string;