@taiga-ui/kit
Version:
Taiga UI Angular main components kit
9 lines (8 loc) • 863 B
TypeScript
import { type TuiNotificationMiddleOptions } from './notification-middle.component';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/cdk/portals";
export declare class TuiNotificationMiddle {
readonly tuiNotificationMiddleOptions: import("@angular/core").InputSignal<Partial<TuiNotificationMiddleOptions>>;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddle, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "tuiNotificationMiddleOptions": { "alias": "tuiNotificationMiddleOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiNotificationMiddleOptions"; "open": "tuiNotificationMiddle"; }; outputs: { "openChange": "tuiNotificationMiddleChange"; }; }]>;
}