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.

11 lines 621 B
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