angular-admin-lte
Version:
Admin-lte implémentation for Angular 4+
19 lines (18 loc) • 634 B
TypeScript
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;
}