UNPKG

@flying-studio/use-pagination

Version:
3 lines (2 loc) 104 B
declare function useEvent<T, R>(fn: (...args: T[]) => R): (...args: T[]) => R; export default useEvent;