dashboard/frontend/node_modules/framer-motion/dist/es/motion/features/Feature.mjs

10 lines
144 B
JavaScript
Raw Normal View History

2025-12-16 08:16:27 +09:00
class Feature {
constructor(node) {
this.isMounted = false;
this.node = node;
}
update() { }
}
export { Feature };