UNPKG

ng2-split-pane-patch

Version:

A simple resizable split pane Angular 2 library

13 lines (12 loc) 639 B
import { OnInit, EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SplitSeparatorComponent implements OnInit { thickness: number; notifyWillChangeSize: EventEmitter<boolean>; invisibleExtension: ElementRef; constructor(); ngOnInit(): void; onMousedown(event: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<SplitSeparatorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SplitSeparatorComponent, "ng-component", never, { "thickness": "thickness"; }, { "notifyWillChangeSize": "notifyWillChangeSize"; }, never, never>; }