@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
10 lines (9 loc) • 437 B
TypeScript
import { TuiPortals } from '@taiga-ui/cdk/classes';
import * as i0 from "@angular/core";
/**
* Host element for dynamically created portals, for example using {@link TuiDropdownDirective}.
*/
export declare class TuiDropdowns extends TuiPortals {
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdowns, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDropdowns, "tui-dropdowns", never, {}, {}, never, never, true, never>;
}