UNPKG

motion-v

Version:

<h1 align="center"> <img width="35" height="35" alt="Motion logo" src="https://github.com/user-attachments/assets/00d6d1c3-72c4-4c2f-a664-69da13182ffc" /><br />Motion for Vue</h1>

19 lines (18 loc) 968 B
export * from 'framer-motion/dom'; export { delay as delayInMs, addScaleCorrector, attachFollow, attachSpring } from 'motion-dom'; export { motionValue as useMotionValue } from 'motion-dom'; export * from './components'; export { default as LayoutGroup } from './components/LayoutGroup'; export { useLayoutGroup } from './components/use-layout-group'; export type { LayoutGroupProps } from './components/use-layout-group'; export * from './components/context'; export * from './value'; export type * from './types'; export * from './animation'; export * from './utils'; export { useDragControls } from './features/gestures/drag/use-drag-controls'; export type { PanInfo } from './features/gestures/pan/PanSession'; export { domAnimation, domMax } from './features'; export { vMotion, createMotionDirective, createPresetDirective, MotionPlugin } from './directive'; export type { MotionPluginOptions } from './directive'; export { motionGlobalConfig } from './config';