@fluid-topics/ft-copy-block 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.
@@ -7,7 +7,7 @@ export declare class FtCopyBlock extends FtLitElementWithI18n implements FtCopyB
7
7
  static styles: import("lit").CSSResult;
8
8
  private tooltip?;
9
9
  constructor();
10
- protected render(): import("lit").TemplateResult<1>;
10
+ protected render(): import("lit-html").TemplateResult<1>;
11
11
  protected firstUpdated(props: PropertyValues): void;
12
12
  private copyContents;
13
13
  }