UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

22 lines (21 loc) 887 B
import { NativeUIComponent } from "./NativeUIComponent"; import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType"; import { NativeUIDisplayDensity } from "./NativeUIDisplayDensity"; import { Type } from "./type"; import { NativeUIDropDownSelectedValueChangedEventArgs } from "./NativeUIDropDownSelectedValueChangedEventArgs"; /** * @hidden */ export declare class NativeUIDropDown extends NativeUIComponent { static $t: Type; protected get_c(): NativeUIComponentBuiltInType; get at(): NativeUIDisplayDensity; set at(a: NativeUIDisplayDensity); private au; get av(): (sender: any, args: NativeUIDropDownSelectedValueChangedEventArgs) => void; set av(a: (sender: any, args: NativeUIDropDownSelectedValueChangedEventArgs) => void); get ax(): string; set ax(a: string); get aw(): any; set aw(a: any); }