| Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/button/basebutton/src/types/ |
| 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;