UNPKG

element-plus

Version:

A Component Library for Vue 3

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