You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.3 KiB
22 lines
1.3 KiB
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './directives/drop-list';
|
|
import * as ɵngcc2 from './directives/drop-list-group';
|
|
import * as ɵngcc3 from './directives/drag';
|
|
import * as ɵngcc4 from './directives/drag-handle';
|
|
import * as ɵngcc5 from './directives/drag-preview';
|
|
import * as ɵngcc6 from './directives/drag-placeholder';
|
|
import * as ɵngcc7 from '@angular/cdk/scrolling';
|
|
export declare class DragDropModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<DragDropModule, [typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder], never, [typeof ɵngcc7.CdkScrollableModule, typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<DragDropModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=drag-drop-module.d.ts.map
|