UNPKG

@before.js/server

Version:

Enables data fetching with any React SSR app that uses React Router 5

12 lines (10 loc) 221 B
declare module 'Error.component' { declare type ErrorProps = {| className?: string, message: string, stack: string |}; declare module.exports: { Error: ErrorProps => React$Element<'article'> }; }