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