@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.
7 lines • 489 B
Source Map (JSON)
import React, { type PropsWithChildren } from "react";
import type { INotificationContext } from "./types";
/** @deprecated default value for notification context has no use and is an empty object. */
export declare const defaultNotificationProvider: INotificationContext;
export declare const NotificationContext: React.Context<INotificationContext>;
export declare const NotificationContextProvider: React.FC<PropsWithChildren<INotificationContext>>;
//# sourceMappingURL=index.d.ts.map