UNPKG

ngx-selecto

Version:

An Angular Selecto Component that allows you to select elements in the drag area using the mouse or touch.

6 lines (5 loc) 199 B
import { EventEmitter } from '@angular/core'; import { SelectoEvents } from 'selecto'; export declare type NgxSelectoEvents = { [key in keyof SelectoEvents]: EventEmitter<SelectoEvents[key]>; };