UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

5 lines (4 loc) 202 B
export declare const useBreadcrumb: () => { items?: import('vue').Ref<import('../..').BreadcrumbItemRaw[], import('../..').BreadcrumbItemRaw[]> | undefined; reset?: (() => void) | undefined; };