/** * React hook which returns the latest callback without changing the reference. */ export default function useLatestCallback(callback: T): T;