UNPKG

igniteui-react-core

Version:
18 lines (17 loc) 562 B
import { Description } from "./Description"; import { WebDropdownItemDescription } from "./WebDropdownItemDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebDropdownItemComponentEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private h; get detail(): WebDropdownItemDescription; set detail(a: WebDropdownItemDescription); }