src/packages/@core/ui-kit/shadcn-ui/src/components/breadcrumb/types.ts
@@ -1,6 +1,6 @@ import type { Component } from 'vue'; import type { BreadcrumbStyleType } from '..\..\..\..\..\base\typings\src'; import type { BreadcrumbStyleType } from '../../../../../base/typings/src'; export interface IBreadcrumb { icon?: Component | string;