@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
7 lines (6 loc) • 496 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dropdown-open.directive";
export declare class TuiWithDropdownOpen {
static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithDropdownOpen, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithDropdownOpen, never, never, {}, {}, never, never, true, [{ directive: typeof i1.TuiDropdownOpen; inputs: { "tuiDropdownOpen": "open"; "tuiDropdownEnabled": "tuiDropdownEnabled"; }; outputs: { "tuiDropdownOpenChange": "openChange"; }; }]>;
}