UNPKG

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

19 lines (18 loc) 652 B
import { BoxSmallContentDirective, BoxSmallFooterDirective, BoxSmallHeaderDirective } from './box-small.directive'; export declare class BoxSmallComponent { backgroundColor: string; contentColor: string; contentStyleClass: string; footer: string; footerColor: string; footerStyleClass: string; header: string; headerColor: string; headerStyleClass: string; iconColor: string; iconStyleClass: string; styleClass: string; boxSmallHeaderDirective: BoxSmallHeaderDirective; boxSmallFooterDirective: BoxSmallFooterDirective; boxSmallContentDirective: BoxSmallContentDirective; }