dashboard/frontend/node_modules/motion-dom/dist/es/render/utils/keys-position.mjs

14 lines
229 B
JavaScript
Raw Normal View History

2025-12-16 08:16:27 +09:00
import { transformPropOrder } from './keys-transform.mjs';
const positionalKeys = new Set([
"width",
"height",
"top",
"left",
"right",
"bottom",
...transformPropOrder,
]);
export { positionalKeys };