@taiga-ui/layout
Version:
A package with Taiga UI layout components
15 lines (14 loc) • 824 B
TypeScript
import { type DoCheck } from '@angular/core';
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/core/directives/dropdown";
export declare class TuiDrawerDirective implements DoCheck {
private readonly x;
private readonly icons;
private readonly dropdown;
private readonly open;
ngDoCheck(): void;
protected set template(template: PolymorpheusContent);
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDrawerDirective, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDrawerDirective, "[tuiIconButton][tuiNavigationDrawer]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.TuiDropdownDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiWithDropdownOpen; inputs: {}; outputs: {}; }]>;
}