mirror of
https://github.com/outline/outline.git
synced 2026-06-22 07:44:23 +03:00
8e5a2b85c2
* feat: Improved UI motion design * fix: Animation direction when screen placement causes context menu to be flipped
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
// @flow
|
|
import { domMax } from "framer-motion";
|
|
export default domMax;
|