Files

2 lines
70 B
TypeScript
Raw Permalink Normal View History

export default function useEvent<T extends Function>(callback: T): T;