mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +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