@fluid-topics/ft-search-locale-selector 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 FtSearchLocaleSelector extends FtSearchLocaleSelector_base
14
14
  currentSearchLocale?: string;
15
15
  selectedSearchLocale?: string;
16
16
  constructor();
17
- protected render(): import("lit-html").TemplateResult<1> | typeof nothing;
17
+ protected render(): import("lit").TemplateResult<1> | typeof nothing;
18
18
  private setContentLocale;
19
19
  protected update(props: PropertyValues): void;
20
20
  }