blockly
Version:
Blockly is a library for building visual programming editors.
11 lines • 474 B
TypeScript
/**
* @license
* Copyright 2024 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { BlockDragStrategy } from './dragging/block_drag_strategy.js';
import { BubbleDragStrategy } from './dragging/bubble_drag_strategy.js';
import { CommentDragStrategy } from './dragging/comment_drag_strategy.js';
import { Dragger } from './dragging/dragger.js';
export { BlockDragStrategy, BubbleDragStrategy, CommentDragStrategy, Dragger };
//# sourceMappingURL=dragging.d.ts.map