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.

3 lines 237 B
import type { useTranslate } from "../../../hooks/i18n"; export declare const safeTranslate: (translate: ReturnType<typeof useTranslate>, key: string, defaultMessage?: string, options?: any) => string; //# sourceMappingURL=index.d.ts.map