UNPKG

react-img-editor-en

Version:
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; }