ad-custom-lib
Version:
This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte
27 lines (26 loc) • 856 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;
}