UNPKG

react-img-editor-en

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