@fluid-topics/ft-search-facet 1.0.63 → 1.1.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.
@@ -14,7 +14,7 @@ export declare class FtSearchFacet extends FtSearchFacet_base implements FtSearc
14
14
  private editorMode?;
15
15
  private filter;
16
16
  setSearchStateManager(stateManager: FtSearchStateManager): void;
17
- protected render(): import("lit-html").TemplateResult<1> | typeof nothing;
17
+ protected render(): import("lit").TemplateResult<1> | typeof nothing;
18
18
  protected update(props: PropertyValues): void;
19
19
  private onFacetValueSelected;
20
20
  clearFacet(): void;