in components/RuiButton/src/RuiButton.ts [95:99]
public firstUpdated(): void { if (this.shadowRoot) { this._buttonEl = this.shadowRoot.querySelector('button') || undefined; } }