@fluid-topics/ft-snap-scroll 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.
@@ -28,7 +28,7 @@ export declare class FtSnapScroll extends FtLitElement implements FtSnapScrollPr
28
28
  scrollIndexIntoView(index: number): void;
29
29
  previous(): void;
30
30
  next(): void;
31
- protected render(): import("lit").TemplateResult<1>;
31
+ protected render(): import("lit-html").TemplateResult<1>;
32
32
  protected update(props: PropertyValues): void;
33
33
  private listenedContainer?;
34
34
  private updateScrollCallback;