UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

9 lines (6 loc) 229 B
import { resizeElement } from './handle-element.mjs'; import { resizeWindow } from './handle-window.mjs'; function resize(a, b) { return typeof a === "function" ? resizeWindow(a) : resizeElement(a, b); } export { resize };