UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

6 lines (5 loc) 286 B
import { ComponentPublicInstance } from 'vue'; export declare function usePrimitiveElement(): { primitiveElement: import('vue').Ref<ComponentPublicInstance | undefined, ComponentPublicInstance | undefined>; currentElement: import('vue').ComputedRef<HTMLElement | undefined>; };