Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import { ErrorProps } from './typings';
/**
* Render the default wrapper for error children
*/
export declare function defaultRenderWrapper(props: ErrorProps): JSX.Element;
/**
* Render the default children view
*/
export declare function defaultRenderError(props: ErrorProps): JSX.Element;