You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/react-no-ssr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-no-ssr

TypeScript definitions for react-no-ssr

1.1.8
ts5.0
ts5.1
ts5.2
ts5.3
ts5.4
ts5.5
ts5.6
ts5.7
ts5.8
ts5.9
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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";

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.

FAQs

Package last updated on 07 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts