@fluid-topics/ft-collapsible 0.1.16 → 0.2.0

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.
@@ -26,8 +26,8 @@ export declare class FtCollapsible extends FtLitElement implements FtCollapsible
26
26
  closedIcon: string;
27
27
  trailingIcon: boolean;
28
28
  private toggleSlot?;
29
- protected getStyles(): import("lit").CSSResult;
30
- protected getTemplate(): import("lit-html").TemplateResult<1>;
29
+ static styles: import("lit").CSSResult;
30
+ protected render(): import("lit-html").TemplateResult<1>;
31
31
  private onCustomToggleSlotChange;
32
32
  private hasCustomToggle;
33
33
  private toggleOpen;