UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

15 lines (14 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getHookDeps = void 0; var getHookDeps = exports.getHookDeps = function getHookDeps(opts) { switch (opts.cleanup) { case 'next-effect': return undefined; case 'unmount': default: return []; } };