ng2-split-pane-patch
Version:
A simple resizable split pane Angular 2 library
15 lines (14 loc) • 752 B
TypeScript
import { ElementRef } from '@angular/core';
import { SplitPaneComponent } from './split-pane.component';
import * as i0 from "@angular/core";
export declare class HorizontalSplitPaneComponent extends SplitPaneComponent {
outerContainer: ElementRef;
test: number;
getTotalSize(): number;
getPrimarySize(): number;
getSecondarySize(): number;
dividerPosition(size: number): void;
onMousemove(event: MouseEvent): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalSplitPaneComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalSplitPaneComponent, "horizontal-split-pane", never, { "test": "test"; }, {}, never, [".split-pane-content-primary", ".split-pane-content-secondary"]>;
}