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 419 B
import type { useTranslate } from "../../../hooks/i18n"; import type { IResourceItem } from "../../../contexts/resource/types"; /** * Generates document title for the given resource and action. */ export declare function generateDefaultDocumentTitle(translate: ReturnType<typeof useTranslate>, resource?: IResourceItem, action?: string, id?: string, resourceName?: string): string; //# sourceMappingURL=index.d.ts.map