UNPKG

motion-plus-vue

Version:

Motion Plus Vue

7 lines (6 loc) 300 B
import { AnimateSymbolProps, NumberDigitProps } from './types'; export declare function useAnimate(props: AnimateSymbolProps | NumberDigitProps): { root: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>; getRoot: (el: any) => void; handleComplete: (e: any) => void; };