UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

13 lines (12 loc) 368 B
import { Ref } from 'vue'; import { Props } from '../types'; import { default as Tooltip } from '../../../Tooltip/src/index.vue'; /** * hook * * @param props 组件属性 * @param tooltipRef 实例 */ export declare const useDropdown: (props: Props, tooltipRef: Ref<InstanceType<typeof Tooltip> | null>) => { classNames: import('vue').ComputedRef<string>; };