@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
16 lines (15 loc) • 902 B
TypeScript
import { type TuiPopover } from '@taiga-ui/cdk/services';
import { type TuiAlertOptions } from './alert.interfaces';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/cdk/directives/animated";
export declare class TuiAlertComponent<O, I> {
private readonly el;
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
protected readonly close: import("@angular/core").Signal<string | undefined>;
protected readonly position: string;
protected readonly item: TuiPopover<TuiAlertOptions<I>, O>;
protected readonly sub: import("rxjs").Subscription;
get from(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlertComponent<any, any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAlertComponent<any, any>, "tui-alert", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
}