@fluid-topics/ft-accordion 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.
@@ -9,7 +9,7 @@ export declare class FtAccordionItem extends FtLitElement implements FtAccordion
9
9
  iconVariant?: FtIconVariants;
10
10
  label: string;
11
11
  active: boolean;
12
- protected render(): import("lit").TemplateResult<1>;
12
+ protected render(): import("lit-html").TemplateResult<1>;
13
13
  protected update(props: PropertyValues): void;
14
14
  private onToggleKeyDown;
15
15
  }
@@ -5,6 +5,6 @@ export declare class FtAccordion extends FtLitElement implements FtAccordionProp
5
5
  static styles: import("lit").CSSResult;
6
6
  multi: boolean;
7
7
  private content;
8
- protected render(): import("lit").TemplateResult<1>;
8
+ protected render(): import("lit-html").TemplateResult<1>;
9
9
  private onChange;
10
10
  }