/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ /** * Creates a `MotionValue` to track the state and velocity of a value. * * Usually, these are created automatically. For advanced use-cases, like use with `useTransform`, you can create `MotionValue`s externally and pass them into the animated component via the `style` prop. * * @motion * * ```jsx * *
* * ``` * * @param initial - The initial state. * * @public */ export { motionValue as useMotionValue } from './index.js'; //# sourceMappingURL=use-motion-value.d.ts.map