ng-hub-ui-table
Version:
Highly customizable Angular table and list components with pagination, sorting and filtering support.
19 lines (18 loc) • 674 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DropdownComponent {
private _cdr;
id: string;
open: EventEmitter<{
id: string;
}>;
close: EventEmitter<{
id: string;
}>;
isOpened: boolean;
toggle(): void;
closeDropdown(): void;
openDropdown(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "hub-dropdown, hub-ui-dropdown", never, { "id": { "alias": "id"; "required": false; }; }, { "open": "open"; "close": "close"; }, never, [".button", ".content"], true, never>;
}