UNPKG

bootstrap-vue-3

Version:

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

12 lines (9 loc) 233 B
export interface BreadcrumbItemObject { active?: boolean disabled?: boolean href?: string text: string to?: string | Record<string, any> } type BreadcrumbItem = BreadcrumbItemObject | string export default BreadcrumbItem