UNPKG

react-img-editor-pro

Version:

图片编辑器(微信截图编辑 PRO 版),来自 react-img-editor

9 lines (8 loc) 242 B
import { DrawEventParams } from '../common/type'; import Plugin from './Plugin'; export default class Save extends Plugin { name: string; iconfont: string; title: string; onEnter: (drawEventParams: DrawEventParams) => void; }