@duyluonganduin/acl-web-components 0.0.11 → 0.0.12

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.
@@ -202,6 +202,9 @@ export declare class AnduinModal extends LitElement {
202
202
  private dispatch;
203
203
  private onOverlayClick;
204
204
  private onClose;
205
+ private onAnduinClose;
206
+ connectedCallback(): void;
207
+ disconnectedCallback(): void;
205
208
  render(): TemplateResult<1>;
206
209
  }
207
210