UNPKG

@figliolia/react-hooks

Version:

A small collection of simple React Hooks you're probably rewriting on a regular basis

2 lines (1 loc) 79 B
export type Callback<A extends any[] = never[], V = void> = (...args: A) => V;