clarity-angular
Version:
Angular components for Clarity
10 lines (9 loc) • 322 B
TypeScript
import { AlertInfoObject } from "../utils/alert-info-object";
export declare class AlertIconAndTypesService {
private defaultIconShape;
private _alertIconShape;
private _alertType;
alertType: string;
alertIconShape: string;
iconInfoFromType(type: string, classOrShape?: string): AlertInfoObject;
}