UNPKG

@ant-design/pro-utils

Version:
7 lines (6 loc) 164 B
/** * @see https://github.com/streamich/react-use/blob/master/docs/useLatest.md */ export declare const useLatest: <T>(value: T) => { readonly current: T; };