UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

7 lines (6 loc) 211 B
type Callback = (...args: any[]) => any; /** * TODO: Long term, replace `useCallbackRef` with this hook. */ export declare function useEventCallback<T extends Callback>(callback: T | undefined): T; export {};