Function freya::components::DragZone
source · pub fn DragZone<T>(_: DragZoneProps<T>) -> Result<VNode, RenderError>
Expand description
Make the inner children draggable to other DropZone
.
pub fn DragZone<T>(_: DragZoneProps<T>) -> Result<VNode, RenderError>
Make the inner children draggable to other DropZone
.