UNPKG

angular-split

Version:

Angular UI library to split views and allow dragging to resize areas using CSS grid layout.

8 lines (7 loc) 302 B
import { InjectionToken } from '@angular/core'; /** * Identifies the gutter by number through DI * to allow SplitGutterDragHandleDirective and SplitGutterExcludeFromDragDirective to know * the gutter template context without inputs */ export declare const GUTTER_NUM_TOKEN: InjectionToken<number>;