pm-controls
Version:
ProModel Controls
13 lines (12 loc) • 397 B
TypeScript
import { Orientation } from '../../../../objects/enums/orientation';
export declare class ResizePanelComponent {
HeightPx: any;
Orientation: Orientation;
FirstElementFlexGrow: number;
SecondElementFlexGrow: number;
CustomThumbClass: string;
readonly Height: string;
flexDirection(): "row" | "column";
isHorizontal(): boolean;
logDragStart($event: any): void;
}