@fluid-topics/ft-radio 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.
@@ -6,7 +6,7 @@ export declare class FtRadioGroup extends FtLitElement implements FtRadioGroupPr
6
6
  name: string;
7
7
  radioButtons: Array<FtRadio>;
8
8
  static styles: import("lit").CSSResult;
9
- protected render(): import("lit-html").TemplateResult<1>;
9
+ protected render(): import("lit").TemplateResult<1>;
10
10
  private onSlotChange;
11
11
  private onChange;
12
12
  private onKeyDown;
@@ -17,7 +17,7 @@ export declare class FtRadio extends FtLitElement implements FtRadioProperties {
17
17
  private container?;
18
18
  private ripple?;
19
19
  private input?;
20
- protected render(): import("lit-html").TemplateResult<1>;
20
+ protected render(): import("lit").TemplateResult<1>;
21
21
  private onChange;
22
22
  protected contentAvailableCallback(props: PropertyValues): void;
23
23
  select(): void;