- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop.d.ts
rceaed42 r59329aa 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';17 16 export declare class DragDrop { 18 17 private _document; … … 32 31 */ 33 32 createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>; 34 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDrop, never>;35 33 } 36 37 //# sourceMappingURL=drag-drop.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.