mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
declare const useLifecycles: (mount: any, unmount?: any) => void;
|
|
export default useLifecycles;
|