bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
10 lines (9 loc) • 333 B
text/typescript
import { MaybeRefOrGetter } from 'vue';
export declare const useBreadcrumb: (
/**
* When set it will utilize a separate instance of breadcrumb
*/
id?: MaybeRefOrGetter<string | null>) => {
items: import('vue').WritableComputedRef<import('../..').BreadcrumbItemRaw[], import('../..').BreadcrumbItemRaw[]>;
reset(): void;
};