@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.
10 lines • 353 B
Source Map (JSON)
import type { Action } from "../../../contexts/router/types";
/**
* Returns the action from the router.
*
* Additionally, if an action is provided as a parameter, it will be used instead of the inferred action.
*
* @internal usage only
*/
export declare const useAction: (action?: Action) => Action | undefined;
//# sourceMappingURL=index.d.ts.map