UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

9 lines 184 B
export var getHookDeps = function getHookDeps(opts) { switch (opts.cleanup) { case 'next-effect': return undefined; case 'unmount': default: return []; } };