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.

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