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.

5 lines (4 loc) 183 B
import * as React from "react"; import type { IntlConfig } from "../types.js"; declare const IntlProvider: React.FC<React.PropsWithChildren<IntlConfig>>; export default IntlProvider;