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
phrase/react-intl-phraseapp
react-intl-phraseapp
/
dist
/
FormattedMessage.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
import
{
Props
}
from
'react-intl/lib/src/components/message'
;
export
declare
const
FormattedMessage
:
React
.
FC
<
Props
>;