UNPKG
tutorbook
Version:
latest (0.8.2)
0.8.2
0.7.9
Web app connecting students with expert mentors and tutors.
tutorbook.org
tutorbookapp/tutorbook
tutorbook
/
src
/
intl
/
index.ts
10 lines
(9 loc)
•
254 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
{ useIntl, injectIntl, defineMessages
as
defMsg,
FormattedMessage
as
Message
, }
from
'react-intl'
;
export
type
{
IntlShape
,
MessageDescriptor
as
Msg
}
from
'react-intl'
;
export
*
from
'./helpers'
;
export
{
default
as
Link
}
from
'./link'
;