UNPKG

next

Version:

The React Framework

5 lines (4 loc) 310 B
export declare function registerClientReact(react: typeof import('react')): void; export declare function getClientReact(): typeof import("react") | null; export declare function registerServerReact(react: typeof import('react')): void; export declare function getServerReact(): typeof import("react") | null;