@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.
8 lines • 350 B
text/typescript
/// <reference types="react" />
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