Dnd Drop Target
inline fun <PAYLOAD : Any> Tag.DndDropTarget(noinline builder: DndDropTargetBuilder<PAYLOAD>.() -> Unit): ComponentRef<DndDropTargetComponent<PAYLOAD>>
Content copied to clipboard
fun <PAYLOAD : Any> Tag.DndDropTarget(payloadType: KClass<PAYLOAD>, builder: DndDropTargetBuilder<PAYLOAD>.() -> Unit): ComponentRef<DndDropTargetComponent<PAYLOAD>>
Content copied to clipboard