public focus()

in components/RuiButton/src/RuiButton.ts [104:106]


	public focus():void {
		!!this._buttonEl && this._buttonEl.focus();
	};