UNPKG

react-img-editor-en

Version:
10 lines (9 loc) 281 B
import { DrawEventParams } from "../common/type"; import Plugin from "./Plugin"; export default class Download extends Plugin { name: string; iconfont: string; title: string; disappearImmediately: boolean; onEnter: (drawEventParams: DrawEventParams) => void; }