source: trip-planner-front/node_modules/@angular/cdk/drag-drop/public-api.d.ts@ 1ad8e64

Last change on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 870 bytes
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8export { DragDrop } from './drag-drop';
9export { DragRef, DragRefConfig, Point, PreviewContainer } from './drag-ref';
10export { DropListRef } from './drop-list-ref';
11export { CDK_DRAG_PARENT } from './drag-parent';
12export * from './drag-events';
13export * from './drag-utils';
14export * from './drag-drop-module';
15export * from './drag-drop-registry';
16export { CdkDropList, CDK_DROP_LIST } from './directives/drop-list';
17export * from './directives/config';
18export * from './directives/drop-list-group';
19export * from './directives/drag';
20export * from './directives/drag-handle';
21export * from './directives/drag-preview';
22export * from './directives/drag-placeholder';
Note: See TracBrowser for help on using the repository browser.