UNPKG

react-drag-resizable

Version:

React component, which can be used to drag and resize, with location limits

6 lines (5 loc) 232 B
import React from 'react'; import '../index.css'; import type { DragResizableBoxProps } from './types'; declare const DragResizableBox: React.FC<React.PropsWithChildren<DragResizableBoxProps>>; export default DragResizableBox;