Files
Webklar.com/node_modules/framer-motion/dist/mini.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

7 lines
407 B
TypeScript

import * as motion_dom from 'motion-dom';
import { AnimationScope } from 'motion-dom';
declare function useAnimateMini<T extends Element = any>(): [AnimationScope<T>, (elementOrSelector: motion_dom.ElementOrSelector, keyframes: motion_dom.DOMKeyframesDefinition, options?: motion_dom.AnimationOptions | undefined) => motion_dom.AnimationPlaybackControlsWithThen];
export { useAnimateMini as useAnimate };