Your IP : 18.222.205.129


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/ui/buttons/src/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/ui/buttons/src/ibutton.js

/**
 * @namespace {BX.UI}
 */
export default class IButton
{
	render(): HTMLElement
	{
		throw new Error('BX.UI.IButton: Must be implemented by a subclass');
	}
}