UNPKG

angular-admin-lte

Version:
19 lines (18 loc) 644 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; }