UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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;