@zendeskgarden/react-draggable
Version:
Components related to drag and drop in the Garden Design System
10 lines (9 loc) • 365 B
JavaScript
/**
* Copyright Zendesk, Inc.
*
* Use of this source code is governed under the Apache License, Version 2.0
* found at http://www.apache.org/licenses/LICENSE-2.0.
*/
export { Draggable } from './elements/draggable/Draggable.js';
export { DraggableList } from './elements/draggable-list/DraggableList.js';
export { Dropzone } from './elements/dropzone/Dropzone.js';