dashboard/frontend/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs
2025-12-16 08:16:27 +09:00

5 lines
97 B
JavaScript

function eachAxis(callback) {
return [callback("x"), callback("y")];
}
export { eachAxis };