@fluid-topics/ft-switch 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.
@@ -18,7 +18,7 @@ export declare class FtSwitch extends FtLitElement implements FtSwitchProperties
18
18
  private ftSwitchDiv;
19
19
  protected update(props: PropertyValues<any>): void;
20
20
  static styles: import("lit").CSSResult;
21
- protected render(): import("lit").TemplateResult<1>;
21
+ protected render(): import("lit-html").TemplateResult<1>;
22
22
  private onKeyDown;
23
23
  private fixIndex;
24
24
  private onSlotchange;