amis-rpc-design/node_modules/use-latest-callback/lib/index.d.ts

5 lines
167 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* React hook which returns the latest callback without changing the reference.
*/
export default function useLatestCallback<T extends Function>(callback: T): T;