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.

7 lines 370 B
import type { Action } from "../../../contexts/router/types"; /** * This helper function returns the default path for a given action and resource. * It also applies the parentPrefix if provided. */ export declare const getDefaultActionPath: (resourceName: string, action: Action, parentPrefix?: string) => string; //# sourceMappingURL=get-default-action-path.d.ts.map