UNPKG

ninja-splitter

Version:

Convenient and easy to use splitter component for Angular 9+

12 lines (11 loc) 327 B
import { EventEmitter } from '@angular/core'; export declare class NinjaSeparatorComponent { thickness: number; horizontal: boolean; notifyWillChangeSize: EventEmitter<boolean>; get vertical(): boolean; get width(): string; get height(): string; constructor(); onMousedown(): void; }