@hpe/angular-toolkit
Version:
Hewlett-Packard Enterprise : Angular toolkit for rapid project development
16 lines (15 loc) • 433 B
TypeScript
import { LabelService } from "@hpe/angular-toolkit/service";
export declare class CardPanel {
private labelService;
icon: string;
title: string;
toggleButton: boolean;
state: string;
overflowUnset: boolean;
constructor(labelService: LabelService);
readonly cardOpen: boolean;
readonly tooltip: string;
onToggleClick(): void;
animationStart(e: any): void;
animationEnd(e: any): void;
}