dashboard/frontend/node_modules/framer-motion/dist/es/motion/features/Feature.mjs
2025-12-16 08:16:27 +09:00

9 lines
144 B
JavaScript

class Feature {
constructor(node) {
this.isMounted = false;
this.node = node;
}
update() { }
}
export { Feature };