UNPKG

xbpr

Version:

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

3 lines (2 loc) 152 B
import { ComponentState, PropsWithoutRef } from 'react'; export default function usePrevious<T>(value: PropsWithoutRef<T> | ComponentState): undefined;