UNPKG

vuetensils

Version:

A 'naked' component library for building accessible, lightweight, on-brand applications.

19 lines (18 loc) 355 B
declare const _default: { name: string; props: { breadcrumbs: { type: ArrayConstructor; default: () => any[]; }; }; computed: { routeBreadcrumbs({ $route }: { $route: any; }): any; }; methods: { getText(item: any): any; }; }; export default _default;