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 418 B
import React, { type PropsWithChildren } from "react"; import { type IUndoableQueue, type IUndoableQueueContext } from "./types"; export declare const UndoableQueueContext: React.Context<IUndoableQueueContext>; export declare const undoableQueueReducer: (state: IUndoableQueue[], action: any) => any[]; export declare const UndoableQueueContextProvider: React.FC<PropsWithChildren>; //# sourceMappingURL=index.d.ts.map