@fluid-topics/ft-radio 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.
@@ -12,7 +12,7 @@ export declare class FtRadioGroup extends FtLitElement implements FtRadioGroupPr
12
12
  get radioButtons(): Array<FtRadio>;
13
13
  currentSelectedIndex: number;
14
14
  static styles: import("lit").CSSResult;
15
- protected render(): import("lit").TemplateResult<1>;
15
+ protected render(): import("lit-html").TemplateResult<1>;
16
16
  connectedCallback(): void;
17
17
  disconnectedCallback(): void;
18
18
  private onSlotChange;
@@ -19,7 +19,7 @@ export declare class FtRadio extends FtLitElement implements FtRadioProperties {
19
19
  private container?;
20
20
  private ripple?;
21
21
  private input?;
22
- protected render(): import("lit").TemplateResult<1>;
22
+ protected render(): import("lit-html").TemplateResult<1>;
23
23
  protected update(changedProperties: PropertyValues): void;
24
24
  private onChange;
25
25
  protected contentAvailableCallback(props: PropertyValues): void;