Files
Housekeeping-web-admin/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs
T
2026-06-24 09:48:54 +02:00

6 lines
97 B
JavaScript

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