Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/button/basebutton/src/types/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/ui/button/basebutton/src/types/button-options.js

interface BaseButtonOptions
{
	id?: string;
	text?: string;
	html?: string;
	onClick?: () => void;
	attrs?: {[key: string]: any};
	disabled?: boolean;
	className?: string | Array<string>;
	active?: boolean;
	separate?: boolean;
}

export default BaseButtonOptions;