UNPKG

@rc-component/menu

Version:
9 lines 203 B
export function getMotion(mode, motion, defaultMotions) { if (motion) { return motion; } if (defaultMotions) { return defaultMotions[mode] || defaultMotions.other; } return undefined; }