UNPKG

fabri-pix

Version:

A React image editor using Fabric.js

7 lines (6 loc) 163 B
import { default as React } from 'react'; interface IProps { imageUrl?: string | null; } export declare const ImageEditorWrapper: React.FC<IProps>; export {};