UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

15 lines (12 loc) 254 B
export interface BreadcrumbItemObject { active?: boolean disabled?: boolean href?: string text: string to?: string | Record<string, any> } /** * @external */ type BreadcrumbItem = BreadcrumbItemObject | string export default BreadcrumbItem