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 323 B
import React, { type PropsWithChildren } from "react"; import type { INotificationContext } from "./types"; export declare const NotificationContext: React.Context<INotificationContext>; export declare const NotificationContextProvider: React.FC<PropsWithChildren<INotificationContext>>; //# sourceMappingURL=index.d.ts.map