UNPKG

uniforms

Version:
3 lines 167 B
import { Context, UnknownObject } from './types'; export declare function useForm<Model extends UnknownObject>(): Context<Model>; //# sourceMappingURL=useForm.d.ts.map