@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
10 lines (9 loc) • 473 B
TypeScript
import { type Signal } from '@angular/core';
import { type TuiPopover } from '@taiga-ui/cdk/services';
import * as i0 from "@angular/core";
export declare class TuiDialogs {
protected readonly el: HTMLElement;
protected readonly dialogs: Signal<ReadonlyArray<TuiPopover<any, any>>>;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogs, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDialogs, "tui-dialogs", never, {}, {}, never, never, true, never>;
}