@refinedev/core
Version:
Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.
9 lines • 360 B
TypeScript
import React from "react";
/**
* When the app is navigated to a non-existent route, refine shows a default error page.
* A custom error component can be used for this error page.
*
* @see {@link https://refine.dev/docs/packages/documentation/routers/} for more details.
*/
export declare const ErrorComponent: React.FC;
//# sourceMappingURL=index.d.ts.map