UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 228 B
import { Ref } from 'vue'; import { Props } from '../types'; /** * hook * * @param props 组件属性 * @param waterRef 实例 */ export declare const useWater: (props: Props, waterRef: Ref<HTMLDivElement | null>) => void;