turbogui-angular
Version:
A library that tries to help with the most common user interface elements on several frameworks and platforms
11 lines • 663 B
TypeScript
import { ButtonBaseComponent } from '../../../view/components/button-base/button-base.component';
import * as i0 from "@angular/core";
export declare class ButtonContainerComponent extends ButtonBaseComponent {
/**
* This is used to attach the fade animation directly to this component so it fades in and out when created and removed from the app
*/
buttonFade: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonContainerComponent, "tg-button-container", never, {}, {}, never, ["*"], true, never>;
}
//# sourceMappingURL=button-container.component.d.ts.map