UNPKG

@catull/igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

30 lines (29 loc) 598 B
import { IgxDropDownItemBaseDirective } from './drop-down-item.base'; /** * The `<igx-drop-down-item>` is a container intended for row items in * a `<igx-drop-down>` container. */ export declare class IgxDropDownItemComponent extends IgxDropDownItemBaseDirective { /** * @inheritdoc */ /** * @inheritdoc */ focused: boolean; /** * @inheritdoc */ /** * @inheritdoc */ selected: boolean; /** * @hidden @internal */ readonly setTabIndex: number; /** * @hidden @internal */ clicked(event: any): void; }