UNPKG

react-dnd-crop

Version:
5 lines (4 loc) 128 B
import React from "react"; import Dnd from "./Dnd/Dnd"; const DndWC = ({ ...rest }) => <Dnd {...rest} />; export default DndWC;