UNPKG

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

5 lines 283 B
import React, { type PropsWithChildren } from "react"; import type { ILiveContext } from "./types"; export declare const LiveContext: React.Context<ILiveContext>; export declare const LiveContextProvider: React.FC<PropsWithChildren<ILiveContext>>; //# sourceMappingURL=index.d.ts.map