UNPKG

tdesign-react

Version:
4 lines (3 loc) 181 B
import type { NamePath } from '../type'; import type { InternalFormInstance } from './interface'; export default function useWatch(name: NamePath, form: InternalFormInstance): any;