UNPKG

@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.

6 lines 221 B
import React from "react"; import { type IUndoableQueue } from "../../contexts/undoableQueue/types"; export declare const UndoableQueue: React.FC<{ notification: IUndoableQueue; }>; //# sourceMappingURL=index.d.ts.map