- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop.d.ts
r6a3a178 rfa375fe 14 14 * Service that allows for drag-and-drop functionality to be attached to DOM elements. 15 15 */ 16 import * as ɵngcc0 from '@angular/core'; 16 17 export declare class DragDrop { 17 18 private _document; … … 31 32 */ 32 33 createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>; 34 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDrop, never>; 33 35 } 36 37 //# sourceMappingURL=drag-drop.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.