UNPKG

bootstrap-vue-3

Version:

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

9 lines (7 loc) 129 B
import type {BreadcrumbItem} from '../..' // Props export interface Props { items?: Array<BreadcrumbItem> } // Emits // Other