UNPKG

mobx-react-form

Version:
8 lines 260 B
export interface SharedEventsInterface { MOBXEvent(config: any): void; dispose(config: any): void; disposeAll(): void; disposeSingle(config: any): void; } export default SharedEventsInterface; //# sourceMappingURL=SharedEventsInterface.d.ts.map