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.

7 lines 259 B
/** * A method that the internal uses * @internal * @deprecated use `useUserFriendlyName` instead. */ export declare const userFriendlyResourceName: (resource: string | undefined, type: "singular" | "plural") => string; //# sourceMappingURL=index.d.ts.map