UNPKG
react-intl-phraseapp
Version:
latest (5.0.2)
5.0.2
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.1.1
2.1.0
2.0.0
1.0.0
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
The In-Context-Editor for react using react-intl
phrase.com
react-intl-phraseapp
/
dist
/
useIntl.d.ts
3 lines
(2 loc)
•
86 B
TypeScript
View Raw
1
2
3
import
{
IntlShape
}
from
'react-intl'
;
export
declare
function
useIntl
(
):
IntlShape
;