UNPKG

@bmunozg/react-image-area

Version:

React component to select multiple areas/regions of images.

8 lines 251 B
import { IArea } from '../../types'; import { FunctionComponent } from 'react'; interface IDebuggerProps { areas: IArea[]; } declare const Debugger: FunctionComponent<IDebuggerProps>; export default Debugger; //# sourceMappingURL=Debugger.d.ts.map