@fluid-topics/ft-dialog 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.
@@ -14,7 +14,7 @@ export declare class FtDialog extends FtLitElement implements FtDialogProperties
14
14
  iconVariant?: FtIconVariants;
15
15
  buttons: Array<HTMLElement>;
16
16
  static styles: import("lit").CSSResult;
17
- protected render(): import("lit").TemplateResult<1> | null;
17
+ protected render(): import("lit-html").TemplateResult<1> | null;
18
18
  updated(properties: PropertyValues<FtDialog>): void;
19
19
  close(): void;
20
20
  open(): void;