npm install --save @types/react-no-ssr
This package contains type definitions for react-no-ssr (https://github.com/kadirahq/react-no-ssr).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-no-ssr.
import * as React from "react";
declare class NoSSR extends React.Component<{
children?: React.ReactNode;
onSSR?: React.ReactElement | number | string | undefined;
}> {}
export = NoSSR;
- Last updated: Sat, 07 Dec 2024 02:52:27 GMT
- Dependencies: @types/react
These definitions were written by Rafał Filipek.