UNPKG

next

Version:

The React Framework

8 lines (7 loc) 201 B
import React from 'react'; export declare function suspense(): void; type Child = React.ReactElement<any, any>; export declare function NoSSR({ children }: { children: Child; }): Child; export {};