UNPKG

react-intl

Version:

Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.

3 lines (2 loc) 84 B
import { IntlShape } from '../types'; export default function useIntl(): IntlShape;