UNPKG

react-mobile-cropper

Version:

The react mobile cropper inspired by Android mobile croppers

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