import type {BreadcrumbItem} from '@/types'
// Props
export interface Props {
  items?: Array<BreadcrumbItem>
}
// Emits

// Other
