UNPKG

@teenageinterface/callout

Version:

The `Callout` component is part of the `@teenageinterface` Angular component library. It provides a styled container for displaying important messages with customizable icons, titles, and types.

19 lines (18 loc) 867 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CalloutComponent { id: string | null; title: string; icon: string; type: "default" | "success" | "informative" | "warn" | "destructive"; private default; private success; private informative; private warn; private destructive; private commonClasses; onClick: EventEmitter<Event>; get classes(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration<CalloutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CalloutComponent, "tiCallout", never, { "id": { "alias": "id"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>; }