UNPKG

ngx-drag-to-select

Version:

A lightweight, fast, configurable and reactive drag-to-select component for Angular 8 and beyond

5 lines (4 loc) 230 B
import { InjectionToken } from '@angular/core'; import { DragToSelectConfig } from './models'; export declare const CONFIG: InjectionToken<DragToSelectConfig>; export declare const USER_CONFIG: InjectionToken<DragToSelectConfig>;