UNPKG

react-advanced-cropper

Version:

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

9 lines (8 loc) 210 B
import { FC } from 'react'; export interface StencilGridProps { visible?: boolean; columns?: number; rows?: number; className?: string; } export declare const StencilGrid: FC<StencilGridProps>;