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

1.1.7 • 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.

index.d.ts

import * as React from "react";

export default class NoSSR extends React.Component<{
    children?: React.ReactNode;
    onSSR?: React.ReactElement | number | string | undefined;
}> {}

Additional Details

  • Last updated: Fri, 15 Dec 2023 18:35:57 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

7,762

Version

1.1.7

License

MIT

Unpacked Size

3.03 kB

Total Files

5

Last publish

Collaborators

  • types