UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 768 B
import { Description } from "./Description"; import { WebContentPaneDescription } from "./WebContentPaneDescription"; import { WebPaneHeaderElementDescription } from "./WebPaneHeaderElementDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebPaneHeaderConnectionEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private h; get pane(): WebContentPaneDescription; set pane(a: WebContentPaneDescription); private j; get element(): WebPaneHeaderElementDescription; set element(a: WebPaneHeaderElementDescription); }