UNPKG

@vuecs/navigation

Version:

A package for multi level navigations.

8 lines 246 B
import type { VCNavItem, VCNavItems } from './components'; declare module '@vue/runtime-core' { interface GlobalComponents { VCNavItem: typeof VCNavItem; VCNavItems: typeof VCNavItems; } } //# sourceMappingURL=vue.d.ts.map