Skip to content

Commit

Permalink
feat(breadcrumb-item): export slots type (tusen-ai#6599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Dec 7, 2024
1 parent aa30016 commit 93fd985
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/breadcrumb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ export {
breadcrumbItemProps,
default as NBreadcrumbItem
} from './src/BreadcrumbItem'
export type { BreadcrumbItemProps } from './src/BreadcrumbItem'
export type {
BreadcrumbItemProps,
BreadcrumbItemSlots
} from './src/BreadcrumbItem'

0 comments on commit 93fd985

Please sign in to comment.