@fluid-topics/ft-analytics-sessions-chart 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.
@@ -16,7 +16,7 @@ export declare class FtAnalyticsSessionsChart extends FtLitElement implements Ft
16
16
  tooltipTextColor?: string;
17
17
  tooltipBorderRadius?: number;
18
18
  private data;
19
- render(): import("lit").TemplateResult<1>;
19
+ render(): import("lit-html").TemplateResult<1>;
20
20
  protected update(props: PropertyValues): void;
21
21
  private fetchSessions;
22
22
  private getData;