UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 283 B
import type { ComponentInternalInstance, Ref } from 'vue'; export default function useMenu(instance: ComponentInternalInstance, currentIndex: Ref<string>): { parentMenu: import("vue").ComputedRef<ComponentInternalInstance>; indexPath: import("vue").ComputedRef<string[]>; };