UNPKG

react-img-editor-pro

Version:

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

7 lines (6 loc) 171 B
export default class PubSub { id: string; constructor(id: string); pub: (name: string, param?: any) => void; sub: (name: string, callback: any) => void; }