4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import { useMemoizedFn } from './useMemoizedFn';
|
|
|
|
export const useEvent = useMemoizedFn;
|