UNPKG

react-swift-form

Version:
4 lines (2 loc) 128 B
import { IFormValues } from '../types'; export declare function useWatch<V extends IFormValues>(names?: string[] | string): V;