UNPKG

react-statix

Version:

React components for statix localization management

6 lines (5 loc) 175 B
import { ReactNode } from "react"; export declare const useEditableTranslation: () => { t: (key: string, options?: any) => ReactNode; i18n: import("i18next").i18n; };