Repository URL to install this package:
Version:
0.9.6 ▾
|
/**
* Styled component for Error Children
*/
declare const ErrorComponent: any;
/**
* Styled component for Error Wrapper
*/
declare const ErrorComponentWrap: import("@skava/modules/___dist/view-container/styles/index-styledeh").BaseStylEh<any, any, any>;
export { ErrorComponent, ErrorComponentWrap, };