UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (5 loc) 156 B
import { useEffect } from 'react'; function useUnmountEffect(callback) { return useEffect(() => () => callback(), []); } export { useUnmountEffect };