UNPKG

@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.

8 lines 331 B
import React from "react"; /** * **refine** shows a default ready page on root route when no `resources` is passed to the `<Refine>` component as a property. * * @deprecated `ReadyPage` is deprecated and will be removed in the next major release. */ export declare const ReadyPage: React.FC; //# sourceMappingURL=index.d.ts.map