@vouchfor/embeds 0.0.0-experiment.8b3403f → 0.0.0-experiment.90d5928

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ declare class Embed extends LitElement {
48
48
  play(): void;
49
49
  pause(): void;
50
50
  setScene(index: number): void;
51
- render(): import("lit-html").TemplateResult<1>;
51
+ render(): import("lit").TemplateResult<1>;
52
52
  }
53
53
  declare global {
54
54
  interface HTMLElementTagNameMap {