@fluid-topics/ft-reader-feedback 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.
@@ -43,7 +43,7 @@ export declare class FtReaderFeedback extends FtReaderFeedback_base implements F
43
43
  get ratingTypeOfDoneRatingOfThisContent(): FtRatingType.NO_RATING | "STARS" | "LIKE" | "DICHOTOMOUS" | "NO_RATING";
44
44
  get ratingValue(): number;
45
45
  get ratingDate(): Date | undefined;
46
- protected render(): typeof nothing | import("lit").TemplateResult<1>;
46
+ protected render(): typeof nothing | import("lit-html").TemplateResult<1>;
47
47
  private renderRatingSection;
48
48
  private renderRatingDate;
49
49
  private renderRating;