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 206 B
/** * A method that the internal uses * @internal */ export declare const useUserFriendlyName: () => (name: string | undefined, type: "singular" | "plural") => string; //# sourceMappingURL=index.d.ts.map