@taiga-ui/kit
Version:
Taiga UI Angular main components kit
8 lines (7 loc) • 713 B
TypeScript
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
import { type TuiNotificationMiddleOptions } from './notification-middle.component';
import * as i0 from "@angular/core";
export declare class TuiNotificationMiddle extends TuiPopoverDirective<TuiNotificationMiddleOptions> {
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddle, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "options": { "alias": "tuiNotificationMiddleOptions"; "required": false; }; "open": { "alias": "tuiNotificationMiddle"; "required": false; }; }, { "openChange": "tuiNotificationMiddleChange"; }, never, never, true, never>;
}