UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

18 lines (17 loc) 962 B
import { type AfterViewInit } from '@angular/core'; import { type TuiPopover } from '@taiga-ui/cdk/services'; import { type TuiToastOptions } from './toast.options'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/cdk/directives/animated"; export declare class TuiToastComponent<O, I> implements AfterViewInit { private readonly button?; private readonly el; protected readonly isMobile: boolean; protected readonly context: TuiPopover<TuiToastOptions<I>, O>; protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons; protected readonly $: import("rxjs").Subscription; ngAfterViewInit(): void; protected onSwipe(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastComponent<any, any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiToastComponent<any, any>, "tui-toast", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>; }