UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

14 lines (13 loc) 367 B
import { SubProps } from '../types'; /** * hook * * @param props 组件属性 */ export declare const useContextSub: (props: SubProps) => { isHover: import('vue').Ref<boolean, boolean>; classNames: import('vue').ComputedRef<Record<string, boolean>>; handleClick: (e: MouseEvent) => void; onMouseEnter: () => void; onMouseLeave: () => void; };