Mission Control Dashboard - Initial implementation
This commit is contained in:
8
node_modules/motion-dom/dist/es/value/will-change/is.mjs
generated
vendored
Normal file
8
node_modules/motion-dom/dist/es/value/will-change/is.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { isMotionValue } from '../utils/is-motion-value.mjs';
|
||||
|
||||
function isWillChangeMotionValue(value) {
|
||||
return Boolean(isMotionValue(value) && value.add);
|
||||
}
|
||||
|
||||
export { isWillChangeMotionValue };
|
||||
//# sourceMappingURL=is.mjs.map
|
||||
Reference in New Issue
Block a user