UNPKG
react-statix
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React components for statix localization management
react-statix
/
dist
/
hooks
/
useEditableTranslation.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ReactNode
}
from
"react"
;
export
declare
const
useEditableTranslation
:
() =>
{
t
:
(
key
:
string
,
options
?:
any
) =>
ReactNode
;
i18n
:
import
(
"i18next"
).
i18n
; };