UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

7 lines (6 loc) 255 B
import { Form } from '../forms'; import { FormSubscriber } from 'final-form'; /** * Subscribes to value updates from the form with the given callback. */ export declare function useWatchFormValues(form: Form | undefined, cb: FormSubscriber<any>): void;