UNPKG

@bmunozg/react-image-area

Version:

React component to select multiple areas/regions of images.

4 lines 173 B
import { FunctionComponent } from 'react'; import { IAreaProps } from './types'; export declare const Area: FunctionComponent<IAreaProps>; //# sourceMappingURL=Area.d.ts.map