angular-admin-lte
Version:
Admin-lte implémentation for Angular 4+
27 lines (26 loc) • 830 B
TypeScript
import { OnInit } from '@angular/core';
import { BoxInfoContentDirective, BoxInfoFooterDirective, BoxInfoHeaderDirective } from './box-info.directive';
export declare class BoxInfoComponent implements OnInit {
progressBarBg: string;
backgroundColor: string;
contentStyleClass: string;
contentColor: string;
footer: string;
footerColor: string;
footerStyleClass: string;
header: string;
headerColor: string;
headerStyleClass: string;
iconBackgroundColor: string;
iconColor: string;
iconStyleClass: string;
progressWidth: number;
styleClass: string;
boxInfoHeaderDirective: BoxInfoHeaderDirective;
boxInfoFooterDirective: BoxInfoFooterDirective;
boxInfoContentDirective: BoxInfoContentDirective;
/**
* @method ngOnInit
*/
ngOnInit(): void;
}