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.

7 lines 318 B
import type { IUndoableQueue } from "../../../contexts/undoableQueue/types"; export type UseCancelNotificationType = () => { notifications: IUndoableQueue[]; notificationDispatch: React.Dispatch<any>; }; export declare const useCancelNotification: UseCancelNotificationType; //# sourceMappingURL=index.d.ts.map