UNPKG

ngx-drag-and-drop

Version:

Angular library that allow you to build drag and drop without the native HTML5 API

5 lines (4 loc) 148 B
export interface MyDocument extends Document { elementsFromPoint(x: number, y: number): Array<Element>; } export declare let myDoc: MyDocument;