UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

3 lines (2 loc) 192 B
import { ComponentState, PropsWithoutRef } from 'react'; export default function useWatch<T>(value: PropsWithoutRef<T> | ComponentState, callback: (value: any, prevValue: any) => void): void;