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.

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