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