@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
8 lines (7 loc) • 380 B
TypeScript
import { TuiPopoverService } from '@taiga-ui/cdk/services';
import { type TuiAlertOptions } from './alert.interfaces';
import * as i0 from "@angular/core";
export declare class TuiAlertService extends TuiPopoverService<TuiAlertOptions<any>> {
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlertService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TuiAlertService>;
}