1.1.7 • Published 5 months ago

@types/react-no-ssr v1.1.7

Weekly downloads
3,798
License
MIT
Repository
github
Last release
5 months ago

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

// Type definitions for react-no-ssr 1.1
// Project: https://github.com/kadirahq/react-no-ssr
// Definitions by: Rafał Filipek <https://github.com/rafalfilipek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

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

Additional Details

  • Last updated: Thu, 07 Oct 2021 22:31:29 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Rafał Filipek.