UNPKG

@mobx-ecosystem/mobx-form

Version:

provides the ability to use forms with validation in MobX stores

5 lines (4 loc) 241 B
import { FormService } from "../form-service"; import { WithFormService } from "../types"; export declare const hasFormService: (obj: any) => obj is WithFormService; export declare const isFormService: (obj: any) => obj is FormService<any>;