10 lines
741 B
TypeScript
10 lines
741 B
TypeScript
import * as i0 from "@angular/core";
|
|
import * as i1 from "./dnd-draggable.directive";
|
|
import * as i2 from "./dnd-dropzone.directive";
|
|
import * as i3 from "./dnd-handle.directive";
|
|
export declare class DndModule {
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<DndModule, never>;
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DndModule, never, [typeof i1.DndDragImageRefDirective, typeof i2.DndDropzoneDirective, typeof i3.DndHandleDirective, typeof i2.DndPlaceholderRefDirective, typeof i1.DndDraggableDirective], [typeof i1.DndDraggableDirective, typeof i2.DndDropzoneDirective, typeof i3.DndHandleDirective, typeof i2.DndPlaceholderRefDirective, typeof i1.DndDragImageRefDirective]>;
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<DndModule>;
|
|
}
|