public blur()

in components/RuiButton/src/RuiButton.ts [111:113]


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