@catull/igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
17 lines (16 loc) • 513 B
TypeScript
import { IgxComboItemComponent } from './combo-item.component';
/**
* @hidden
*/
export declare class IgxComboAddItemComponent extends IgxComboItemComponent {
selected: boolean;
/**
* @hidden
* @internal
* This is related to https://github.com/angular/angular/issues/33300
* When the above is fixed, we can remove the @HostListener decorator and move
* the body of the `handleClick` method back under `clicked`
*/
handleClick(): void;
clicked(event?: any): void;
}