UNPKG

@googleforcreators/react

Version:

A tiny wrapper package that re-exports React and provides additional utilities and custom hooks.

6 lines 218 B
/** * @param callback The identity-stable callback to be executed on unmount */ declare function useUnmount(callback: () => void | undefined): void; export default useUnmount; //# sourceMappingURL=useUnmount.d.ts.map