@progress/kendo-angular-dropdowns
Version:
A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree
16 lines (15 loc) • 777 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ListItemDirective {
element: ElementRef;
constructor(element: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "\"li[role=option], li[role=group]\"", never, {}, {}, never, never, true, never>;
}