first commit
This commit is contained in:
5
node_modules/element-plus/lib/components/menu/src/use-menu.d.ts
generated
vendored
Normal file
5
node_modules/element-plus/lib/components/menu/src/use-menu.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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[]>;
|
||||
};
|
||||
Reference in New Issue
Block a user