@refinedev/core
Version:
refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.
11 lines • 621 B
text/typescript
import React from "react";
import type { RefineProps } from "../../../contexts/refine/types";
/**
* {@link https://refine.dev/docs/api-reference/core/components/refine-config `<Refine> component`} is the entry point of a refine app.
* It is where the highest level of configuration of the app occurs.
* Only a dataProvider is required to bootstrap the app. After adding a dataProvider, resources can be added as property.
*
* @see {@link https://refine.dev/docs/api-reference/core/components/refine-config} for more details.
*/
export declare const Refine: React.FC<RefineProps>;
//# sourceMappingURL=index.d.ts.map