instantsearch.js 4.84.0 → 4.85.0

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.
@@ -379,6 +379,10 @@ declare type AutocompleteWidgetParams<TItem extends BaseHit> = {
379
379
  * CSS classes to add.
380
380
  */
381
381
  cssClasses?: AutocompleteCSSClasses;
382
+ /**
383
+ * Placeholder text for the search input.
384
+ */
385
+ placeholder?: string;
382
386
  };
383
387
 
384
388
  declare type BaseHit = Record<string, any>;
@@ -379,6 +379,10 @@ declare type AutocompleteWidgetParams<TItem extends BaseHit> = {
379
379
  * CSS classes to add.
380
380
  */
381
381
  cssClasses?: AutocompleteCSSClasses;
382
+ /**
383
+ * Placeholder text for the search input.
384
+ */
385
+ placeholder?: string;
382
386
  };
383
387
 
384
388
  declare type BaseHit = Record<string, any>;