Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/react-server / dist / serverSideRender / HTML / ServerHTML.d.ts
Size: Mime:
/**
 * @module responsible for generating the HTML page response
 * @see the react application middleware
 */
import React from 'react';
import { ServerHTMLProps } from './typings';
declare class ServerHTML extends React.PureComponent<ServerHTMLProps> {
    render(): JSX.Element;
}
export { ServerHTML };
export default ServerHTML;