b91aeab870f4fc139772fcec7f74e18557095d8e9aa46e64cb9fceb3b3207909f72252987729c9fc4fde024ce718817a3dd585780e588045d4e28271e6c321 283 B

12345
  1. import type { ComponentInternalInstance, Ref } from 'vue';
  2. export default function useMenu(instance: ComponentInternalInstance, currentIndex: Ref<string>): {
  3. parentMenu: import("vue").ComputedRef<ComponentInternalInstance>;
  4. indexPath: import("vue").ComputedRef<string[]>;
  5. };