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) 94 B
import { IntlShape } from '../types'; export default function useIntl(this: void): IntlShape;