@fluid-topics/ft-reader-navigation-button 1.2.28 → 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.
@@ -20,7 +20,7 @@ export declare class FtReaderNavigationButton extends FtReaderComponent implemen
20
20
  isReady: boolean;
21
21
  private get defaultContent();
22
22
  private get defaultIcon();
23
- protected render(): typeof nothing | import("lit").TemplateResult<1>;
23
+ protected render(): typeof nothing | import("lit-html").TemplateResult<1>;
24
24
  private debouncer;
25
25
  protected update(props: PropertyValues): void;
26
26
  private updateTarget;