DIR : /home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/utils/offsets/default.mjs
/home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/utils/offsets
import { fillOffset } from './fill.mjs';
function defaultOffset(arr) {
const offset = [0];
fillOffset(offset, arr.length - 1);
return offset;
}
export { defaultOffset };
//