mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 22:25:27 +00:00
🐛(fix) add react-aria overlays type shim
fix missing useUNSAFE_PortalContext export typing
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
declare module '@react-aria/overlays' {
|
||||||
|
export function useUNSAFE_PortalContext(): PortalProviderContextValue
|
||||||
|
export const UNSAFE_PortalProvider: (props: PortalProviderProps) => JSX.Element
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user