@types/react-no-ssr
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

Installation

npm install --save @types/react-no-ssr

Summary

This package contains type definitions for react-no-ssr (https://github.com/kadirahq/react-no-ssr).

Details

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;

Additional Details

  • Last updated: Sat, 07 Dec 2024 02:52:27 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Rafał Filipek.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-no-ssr

Weekly Downloads

9,318

Version

1.1.8

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types