UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 666 B
import { Description } from "./Description"; import { WebContentPaneDescription } from "./WebContentPaneDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebActivePaneEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private h; get newPane(): WebContentPaneDescription; set newPane(a: WebContentPaneDescription); private i; get oldPane(): WebContentPaneDescription; set oldPane(a: WebContentPaneDescription); }