accumulation-ui
Version:
Super fast and modern framework for web application development
14 lines (13 loc) • 561 B
TypeScript
import { OnInit } from '@angular/core';
import { Color } from './button.interface';
import { Icon } from '../icon/icon.interface';
import * as i0 from "@angular/core";
export declare class ButtonComponent implements OnInit {
color: Color;
icon: Icon;
get getClass(): Color;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[acc-button]", never, { "color": "color"; "icon": "icon"; }, {}, never, ["*"]>;
}