-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exported BreadcrumbProvider and useBreadcrumbContext (#29315)
* exported breadcrumb context * change files
- Loading branch information
1 parent
bb6155a
commit 8255272
Showing
4 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-breadcrumb-preview-0301b962-b42e-4817-bf07-a23daeb8eaa5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "fix: exported BreadcrumbProvider and useBreadcrumbContext", | ||
"packageName": "@fluentui/react-breadcrumb-preview", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/react-components/react-breadcrumb-preview/src/components/Breadcrumb/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export * from './Breadcrumb'; | ||
export * from './Breadcrumb.types'; | ||
export * from './BreadcrumbContext'; | ||
export * from './renderBreadcrumb'; | ||
export * from './useBreadcrumb'; | ||
export * from './useBreadcrumbStyles.styles'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters