UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

4 lines (3 loc) 153 B
type Callback = (...args: any[]) => any; declare function useEventCallback<T extends Callback>(callback: T | undefined): T; export { useEventCallback };