UNPKG

@bmunozg/react-image-area

Version:

React component to select multiple areas/regions of images.

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