UNPKG

mobx-react-form

Version:
8 lines (7 loc) 201 B
export interface SharedEventsInterface { MOBXEvent(config: any): void; dispose(config: any): void; disposeAll(): void; disposeSingle(config: any): void; } export default SharedEventsInterface;