UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

6 lines (4 loc) 228 B
import { ComponentInternalInstance, Ref } from 'vue'; export declare function useMenu(instance: ComponentInternalInstance, currentIndex?: Ref<string>): { parentMenu: import('vue').ComputedRef<ComponentInternalInstance>; };