database-petani-mobile/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs
2026-02-23 16:39:35 +07:00

6 lines
97 B
JavaScript

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