UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

10 lines (7 loc) 218 B
"use client"; import { useEffect } from 'react'; function useUnmountEffect(callback) { return useEffect(() => () => callback(), []); } export { useUnmountEffect }; //# sourceMappingURL=use-unmount-effect.mjs.map