Files
DefinitelyTyped/types/react-no-ssr/index.d.ts
Rafał Filipek b6f7118f87 react-no-ssr typings (#27738)
* react-no-ssr typings

* fix tests
2018-07-31 15:45:03 -07:00

12 lines
379 B
TypeScript

// 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.6
import * as React from 'react';
export default class NoSSR extends React.Component<{
onSSR?: React.ReactChild;
}> {}