6 lines
		
	
	
		
			283 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			283 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 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[]>;
 | |
| };
 |