UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

12 lines (11 loc) 525 B
import { type OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiPopup implements OnDestroy { private readonly template; private readonly service; private viewRef?; set tuiPopup(show: boolean); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiPopup, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPopup, "ng-template[tuiPopup]", never, { "tuiPopup": { "alias": "tuiPopup"; "required": false; }; }, {}, never, never, true, never>; }