@chief-editor/editor
Version:
FlowEditor Editor
1 lines • 256 B
JavaScript
import{BrickDragType}from"@chief-editor/core";import{useCopySortable}from"@rc-hooks/sortable";export function useCreateContainer(r,e){return useCopySortable(r,{draggable:!0,data:{type:BrickDragType.NEW,brickDataList:Array.isArray(e)?e:[e]},dragOpacity:1})}