UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 189 B
import { Props } from '../types'; /** * hook * * @param props 组件属性 */ export declare const usePopover: (props: Props) => { classNames: import('vue').ComputedRef<string>; };