Repository URL to install this package:
|
Version:
2.0.4 ▾
|
/**
* Styled component for Error Children
*/
declare const ErrorComponent: any;
/**
* Styled component for Error Wrapper
*/
declare const ErrorComponentWrapper: any;
export { ErrorComponent, ErrorComponentWrapper };