database-petani-mobile/node_modules/framer-motion/dist/es/motion/features/Feature.mjs
2026-02-23 16:39:35 +07:00

10 lines
144 B
JavaScript

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