@fluid-topics/ft-text-area 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.
@@ -13,7 +13,7 @@ export declare class FtTextArea extends FtTextArea_base implements FtTextAreaPro
13
13
  private height;
14
14
  private textarea?;
15
15
  private focused;
16
- protected render(): import("lit").TemplateResult<1>;
16
+ protected render(): import("lit-html").TemplateResult<1>;
17
17
  setValue(value: string, sendEvents?: boolean): void;
18
18
  private onKeyDown;
19
19
  private updateValueFromInputField;