@primer/view-components 0.32.1-rc.afd2e09b → 0.33.0-rc.373abd68

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ declare global {
2
+ interface HTMLElementEventMap {
3
+ 'banner:dismiss': CustomEvent<void>;
4
+ }
5
+ }
1
6
  declare class XBannerElement extends HTMLElement {
2
7
  #private;
3
8
  titleText: HTMLElement;