We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f91eb commit e3ce5beCopy full SHA for e3ce5be
.changeset/forty-pumpkins-begin.md
@@ -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
@@ -93,6 +93,9 @@ export * from '@hi-ui/locale-context'
93
*/
94
export { default as LocaleContext } from '@hi-ui/locale-context'
95
96
+export * from '@hi-ui/portal-context'
97
+export { default as PortalContext } from '@hi-ui/portal-context'
98
99
export * from '@hi-ui/menu'
100
export { default as Menu } from '@hi-ui/menu'
101
0 commit comments