@fluid-topics/ft-collapsible 1.2.29 → 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.
@@ -42,7 +42,7 @@ export declare class FtBaseCollapsible extends FtLitElement implements FtBaseCol
42
42
  closedIcon: string;
43
43
  trailingIcon: boolean;
44
44
  private animationInProgress;
45
- protected render(): import("lit").TemplateResult<1>;
45
+ protected render(): import("lit-html").TemplateResult<1>;
46
46
  private animationEndSafeguard;
47
47
  private toggleOpenAnimation;
48
48
  private toggleOpen;