@taiga-ui/kit
Version:
Taiga UI Angular main components kit
11 lines (10 loc) • 562 B
TypeScript
import type { TuiPopover } from '@taiga-ui/cdk/services';
import type { TuiPushOptions } from './push.options';
import * as i0 from "@angular/core";
export declare class TuiPushAlert {
protected readonly options: import("@angular/animations").AnimationOptions;
protected readonly context: TuiPopover<TuiPushOptions, string>;
protected get isDirective(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushAlert, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushAlert, "ng-component", never, {}, {}, never, never, true, never>;
}