Repository URL to install this package:
Version:
0.9.6 ▾
|
/// <reference types="react" />
import { ErrorProps } from './typings';
/**
* Render the default wrapper for error childrens
*/
export declare function defaultRenderWrapper(props: ErrorProps): JSX.Element;
/**
* Render the default children view
*/
export declare function defaultRenderError(props: ErrorProps): JSX.Element;