@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 • 411 B
text/typescript
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