UNPKG

react-advanced-cropper

Version:

The react cropper library that gives the possibility to create croppers exactly suited for your website design

7 lines (6 loc) 131 B
import { FC } from 'react'; interface Props { className?: string; } export declare const StencilOverlay: FC<Props>; export {};