@fluid-topics/ft-tooltip 1.2.29 → 1.2.31

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.
@@ -16,7 +16,7 @@ export declare class FtTooltip extends FtLitElement implements FtTooltipProperti
16
16
  private visible;
17
17
  private readonly validPositions;
18
18
  private get validPosition();
19
- protected render(): import("lit").TemplateResult<1>;
19
+ protected render(): import("lit-html").TemplateResult<1>;
20
20
  protected updated(props: PropertyValues): void;
21
21
  protected contentAvailableCallback(props: PropertyValues): void;
22
22
  private hideDebounce;