@fluid-topics/ft-checkbox 1.0.63 → 1.1.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.
@@ -10,7 +10,7 @@ export declare class FtCheckbox extends FtLitElement implements FtCheckboxProper
10
10
  disabled: boolean;
11
11
  private container?;
12
12
  private ripple?;
13
- protected render(): import("lit-html").TemplateResult<1>;
13
+ protected render(): import("lit").TemplateResult<1>;
14
14
  private onChange;
15
15
  protected contentAvailableCallback(props: PropertyValues): void;
16
16
  }