Skip to content

Commit e3ce5be

Browse files
authored
chore(hiui): add portal-context package (#3070)
1 parent d8f91eb commit e3ce5be

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/forty-pumpkins-begin.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hi-ui/hiui": patch
3+
---
4+
5+
chore(hiui): add portal-context package

packages/ui/hiui/src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ export * from '@hi-ui/locale-context'
9393
*/
9494
export { default as LocaleContext } from '@hi-ui/locale-context'
9595

96+
export * from '@hi-ui/portal-context'
97+
export { default as PortalContext } from '@hi-ui/portal-context'
98+
9699
export * from '@hi-ui/menu'
97100
export { default as Menu } from '@hi-ui/menu'
98101

0 commit comments

Comments
 (0)