10 lines
268 B
TypeScript
10 lines
268 B
TypeScript
|
import * as React_2 from 'react';
|
||
|
|
||
|
export declare const PortalCompatContextProvider: React_2.Provider<RegisterPortalFn>;
|
||
|
|
||
|
export declare type RegisterPortalFn = (el: HTMLElement) => () => void;
|
||
|
|
||
|
export declare function usePortalCompat(): RegisterPortalFn;
|
||
|
|
||
|
export { }
|