UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 109 B
export declare function useLatestRef<T>(value: T): { current: T; next: T; effect: () => void; };