@taiga-ui/kit
Version:
Taiga UI Angular main components kit
12 lines (11 loc) • 626 B
TypeScript
import { TuiModalService } from '@taiga-ui/core/portals/modal';
import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
import * as i0 from "@angular/core";
export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
protected readonly options: {
closable: boolean;
};
protected readonly content: typeof TuiNotificationMiddleComponent;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TuiNotificationMiddleService>;
}