UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

19 lines (18 loc) 563 B
import { Description } from "./Description"; import { WebSplitPaneDescription } from "./WebSplitPaneDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebFloatingPaneResizeEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private f; get sourcePane(): WebSplitPaneDescription; set sourcePane(a: WebSplitPaneDescription); private h; get resizerLocation(): string; set resizerLocation(a: string); }