UNPKG

react-mobile-cropper

Version:

The react mobile cropper inspired by Android mobile croppers

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