@fluid-topics/ft-search-input 1.2.29 → 1.2.30

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.
@@ -10,7 +10,7 @@ export declare class FtSearchInputSuggestion extends FtSearchComponent implement
10
10
  private request?;
11
11
  private suggestResults?;
12
12
  launchSearchPath?: string;
13
- render(): import("lit").TemplateResult<1>;
13
+ render(): import("lit-html").TemplateResult<1>;
14
14
  private renderSuggestion;
15
15
  private onSuggestKeyDown;
16
16
  private onSuggestKeyUp;
@@ -15,7 +15,7 @@ export declare class FtSearchInput extends FtSearchInput_base implements FtSearc
15
15
  private input;
16
16
  private suggestion;
17
17
  private launchSearchButton;
18
- protected render(): import("lit").TemplateResult<1>;
18
+ protected render(): import("lit-html").TemplateResult<1>;
19
19
  private onSearchBarKeyDown;
20
20
  private onSearchBarKeyUp;
21
21
  private onInput;