UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

9 lines (8 loc) 217 B
import type { NavItem } from '../../types'; export declare const VvBreadcrumbProps: { routes: PropType<NavItem[]>; modifiers: { type: PropType<string | string[]>; default: undefined; }; };