@primer-io/primer-js 1.0.6 → 1.0.7

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.
@@ -3349,6 +3349,7 @@ declare class SelectComponent extends LitElement {
3349
3349
  private handleFocus;
3350
3350
  private handleBlur;
3351
3351
  private renderSelectOptions;
3352
+ private stopNativeEvent;
3352
3353
  render(): import("lit-html").TemplateResult<1>;
3353
3354
  }
3354
3355
  declare global {